AddField

VertexDeclaration.AddField method

新しい頂点フィールドを追加

public VertexField AddField(VertexFieldDataType dataType, VertexFieldSemantic semantic, 
    int index = -1, string alias = null)
パラメータタイプ説明
dataTypeVertexFieldDataType頂点フィールドのデータ型
semanticVertexFieldSemanticこのフィールドの用途
indexInt32同じフィールド セマンティックのインデックス、自動生成の場合は -1
aliasStringフィールドのエイリアス名

関連項目