VertexField

Přehled

VertexField je třída v Aspose.3D FOSS pro .NET. Dědici: IComparable<VertexField>, IEquatable<VertexField>.

VertexField.VertexField initializes a vertex field with type, semantic, index, alias, offset, and size.

Vlastnosti

Název:Typ:PřístupPopis:
DataTypeVertexFieldDataTypeČtěte.Získejte typ dat pole vrcholu .
SemanticVertexFieldSemanticČtěte.Získejte sémantický význam pole vrcholu.
AliasstringČtěte.Získejte vlastní alias jméno pole vrcholu .
IndexintČtěte.Získejte index pole vrcholu v jeho souboru.
OffsetintČtěte.Získejte byte přesun pole v vrcholu nárazníku .
SizeintČtěte.Získejte velikost pole v bajtů .

Metody

Podpis:Popis:
VertexField(dataType: VertexFieldDataType, semantic: VertexFieldSemantic, index: int, alias: string, offset: int, size: int)Inicializuje pole vrcholu s typem, sémantikou, indexem a aliasem.
GetHashCode()Vrátí hash kód pro instanci VertexField
Equals(obj: object?)
Equals(other: VertexField)
CompareTo(other: VertexField)Porovnává tento VertexField s jiným pro objednávku
ToString()
 Čeština