VertexField

Přehled

VertexField je třída v Aspose.3D FOSS pro Java. Dědici: Serializable.

Tato třída poskytuje 10 metod pro práci s VertexField objekty v programech Java. K dispozici jsou následující metody: VertexField, equals, getAlias, getDataType, getIndex, getOffset, getSemantic, getSize, hashCode, toString. Všechny veřejné členy jsou přístupné jakémukoli aplikaci Java po instalaci balíčku Aspose.3D FOSS pro Java. Vlastnosti: alias, dataType, index, offset, semantic, size.

Vlastnosti

Název:Typ:AccessPopis:
dataTypeVertexFieldDataTypeČtěte.Získá datový typ.
semanticVertexFieldSemanticČtěte.Získá sémantiku.
aliasStringČtěte.Získá alias.
indexintČtěte.Získá index.
offsetintČtěte.Získá offset.
sizeintČtěte.Získá velikost.

Metody

SignaturePopis:
VertexField(dataType: VertexFieldDataType, semantic: VertexFieldSemantic, index: int, alias: String, offset: int, size: int)Volá VertexField ((dataType, semantika, index, alias, offset, size) na této instanci VertexField .
getDataType()VertexFieldDataTypeVrátí typ dat.
getSemantic()VertexFieldSemanticVrátí semantiku.
getAlias()StringVrací se alias.
getIndex()intVrátí index.
getOffset()intVrátí se odklon.
getSize()intVrací velikost.
hashCode()intVolá hashCode na této VertexField instance.
equals(obj: Object)booleanVolá se rovná ((obj) na této VertexField instance.
toString()StringVolá toString na této instanci VertexField .

Viz také:

 Čeština