VertexField

Overview

VertexField is a class in Aspose.3D FOSS for Java. Inherits from: Serializable.

This class provides 10 methods for working with VertexField objects in Java programs. Available methods include: VertexField, equals, getAlias, getDataType, getIndex, getOffset, getSemantic, getSize, hashCode, toString. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: alias, dataType, index, offset, semantic, size.

Properties

NameTypeAccessDescription
dataTypeVertexFieldDataTypeReadGets the data type.
semanticVertexFieldSemanticReadGets the semantic.
aliasStringReadGets the alias.
indexintReadGets the index.
offsetintReadGets the offset.
sizeintReadGets the size.

Methods

SignatureDescription
VertexField(dataType: VertexFieldDataType, semantic: VertexFieldSemantic, index: int, alias: String, offset: int, size: int)Calls VertexField(dataType, semantic, index, alias, offset, size) on this VertexField instance.
getDataType()VertexFieldDataTypeReturns the data type.
getSemantic()VertexFieldSemanticReturns the semantic.
getAlias()StringReturns the alias.
getIndex()intReturns the index.
getOffset()intReturns the offset.
getSize()intReturns the size.
hashCode()intCalls hashCode on this VertexField instance.
equals(obj: Object)booleanCalls equals(obj) on this VertexField instance.
toString()StringCalls toString on this VertexField instance.

See Also