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

NameTypeAccessDescription
DataTypeVertexFieldDataTypeReadGets the data type of the vertex field
SemanticVertexFieldSemanticReadGets the semantic meaning of the vertex field
AliasstringReadGets the custom alias name of the vertex field
IndexintReadGets the index of the vertex field within its collection
OffsetintReadGets the byte offset of the field in the vertex buffer
SizeintReadGets the size in bytes of the field

Mètodes

SignatureDescription
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()
 Català