VertexField
General
VertexField is a class in Aspose.3D FOSS for .NET.
Inherits from: IComparable<VertexField>, IEquatable<VertexField>.
VertexField') és una classe en Aspose.3D FOSS per a .NET. És heretat de: ゚IComparable<VertexField>, ⌒IEquatable
VertexField.VertexField inicialitza un camp de vèrtex amb tipus, semàntica, índex, alias, offset i mida.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
DataType | VertexFieldDataType | Read | Gets the data type of the vertex field |
Semantic | VertexFieldSemantic | Read | Gets the semantic meaning of the vertex field |
Alias | string | Read | Gets the custom alias name of the vertex field |
Index | int | Read | Gets the index of the vertex field within its collection |
Offset | int | Read | Gets the byte offset of the field in the vertex buffer |
Size | int | Read | Gets the size in bytes of the field |
Mètodes
| Signature | Description |
|---|---|
VertexField(dataType: VertexFieldDataType, semantic: VertexFieldSemantic, index: int, alias: string, offset: int, size: int) | Initializes a vertex field with type, semantic, index, alias, offset, and size |
GetHashCode() | Returns a hash code for the VertexField instance |
Equals(obj: object?) | |
Equals(other: VertexField) | |
CompareTo(other: VertexField) | Compares this VertexField to another for ordering |
ToString() |