AddField

VertexDeclaration.AddField method

添加一个新的顶点字段

public VertexField AddField(VertexFieldDataType dataType, VertexFieldSemantic semantic, 
    int index = -1, string alias = null)
范围类型描述
dataTypeVertexFieldDataType顶点字段的数据类型
semanticVertexFieldSemantic该字段将如何用于
indexInt32相同字段语义的索引,-1 表示自动生成
aliasString字段的别名

也可以看看