VertexDeclaration

VertexDeclaration

VertexDeclaration — classe VertexDeclaration. Eredita da: IEnumerable<VertexField>, IEquatable<VertexDeclaration>, IComparable<VertexDeclaration>.

Package: Aspose.ThreeD


Nessun membro enum pubblico documentato nel codice sorgente.


Vedi anche

NameTypeAccessDescription
SealedboolReadGets the sealed.
CountintReadGets the count.
SizeintReadGets the size.
SignatureDescription
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
 Italiano