VertexField

VertexField

Overview

VertexField 是一个类在Aspose.3D FOSS for Typescript中.

VertexField.constructor creates a new VertexField with given dataType, semantic, alias, offset, and index.

这个类提供了2种方法,用于在TypeScript程序中使用VertexField对象. 有的方法包括: compareTo, constructor. 在安装Aspose.3D FOSS for Typescript 包后,所有公众成员都可以访问任何TypeScript应用程序. 特性: alias, dataType, index, offset, semantic, size.

Description

VertexField 是Aspose.3D FOSS库中一个类,该类可用于 TypeScript 进行编程使用.

核心能力包括: vertexfielddatatype; vertexfieldsemantic; string.这些操作使开发人员能够直接将顶点场功能集成到 TypeScript 应用程序中.

课程还提供了 dataType 属性 (获取数据类型), semantic 具有 (得到语义), alias 没有任何资格.

实例通过单个构造器创建,该构成者将对象初始化为默认值.

Properties

NameTypeAccessDescription
dataTypeVertexFieldDataTypeRead得到数据类型.
semanticVertexFieldSemanticRead得到了语义.
aliasstringRead得到了伪名.
indexnumberRead得到了索引.
offsetnumberRead得到了补偿.
sizenumberRead得到了尺寸.

Methods

SignatureDescription
constructor(dataType: VertexFieldDataType, semantic: VertexFieldSemantic, alias: string, offset: number, index: number)创建一个新的 VertexField 用给定的数据Type,语义,别名,对冲和索引
compareTo(other: VertexField)number返回一个数字值表示对另一个 VertexField 的排序.

See Also

 中文