VertexDeclaration
VertexDeclaration — VertexDeclaration-klasse. Arver fra: IEnumerable<VertexField>, IEquatable<VertexDeclaration>, IComparable<VertexDeclaration>.
Package: Aspose.ThreeD
Ingen offentlige enum-medlemmer dokumentert i kildekoden.
Se også
| Name | Type | Access | Description |
|---|---|---|---|
Sealed | bool | Read | Gets the sealed. |
Count | int | Read | Gets the count. |
Size | int | Read | Gets the size. |
| Signature | Description |
|---|---|
VertexDeclaration() | Creates a new, empty vertex declaration instance |
Clear() | Removes all fields from the declaration, resetting it to empty |
AddField(dataType: VertexFieldDataType, semantic: VertexFieldSemantic, index: int, alias: string) | Adds a vertex field with the given type, semantic, index and alias |
GetHashCode() | Returns a hash code based on the declaration’s contents |
Equals(obj: object?) | Determines whether the given object is an equal vertex declaration |
Equals(other: VertexDeclaration) | |
CompareTo(other: VertexDeclaration) | Compares this declaration to another for sorting order |
ToString() | Returns a string representation of the vertex declaration |
GetEnumerator() | Provides an iterator over the declaration’s fields |