Struct VertexEmpty
VertexEmpty structure
Represents an empty vertex attribute that can be used as an empty IVertexMaterial or empty IVertexSkinning in a VertexBuilder structure.
public struct VertexEmpty : IEquatable<VertexEmpty>, IVertexMaterial, IVertexSkinning
Properties
| Name | Description |
|---|---|
| MaxBindings { get; } | |
| MaxColors { get; } | |
| MaxTextCoords { get; } |
Methods
| Name | Description |
|---|---|
| override Equals(object) | |
| Equals(VertexEmpty) | |
| GetBindings() | |
| override GetHashCode() | |
| SetBindings(params (int Index, float Weight)[]) | |
| SetBindings(ref SparseWeight8) | |
| Validate() | |
| operator == | |
| operator != |
See Also
- interface IVertexMaterial
- interface IVertexSkinning
- namespace Aspose.CAD.FileFormats.GLB.Geometry.VertexTypes
- assembly Aspose.CAD