AddField
VertexDeclaration.AddField method
添加一个新的顶点字段
public VertexField AddField(VertexFieldDataType dataType, VertexFieldSemantic semantic,
int index = -1, string alias = null)
范围 | 类型 | 描述 |
---|---|---|
dataType | VertexFieldDataType | 顶点字段的数据类型 |
semantic | VertexFieldSemantic | 该字段将如何用于 |
index | Int32 | 相同字段语义的索引,-1 表示自动生成 |
alias | String | 字段的别名 |
也可以看看
- class VertexField
- enum VertexFieldDataType
- enum VertexFieldSemantic
- class VertexDeclaration
- 命名空间 Aspose.ThreeD.Utilities
- 部件 Aspose.3D