VertexDeclaration

VertexDeclaration

VertexDeclaration — klasa VertexDeclaration. Nasljeđuje od: IEnumerable<VertexField>, IEquatable<VertexDeclaration>, IComparable<VertexDeclaration>.

Package: Aspose.ThreeD


Nema javnih članova enumeracije dokumentiranih u izvoru.


Vidi također

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
 Hrvatski