AddField

VertexDeclaration.AddField method

새 정점 추가 field

public VertexField AddField(VertexFieldDataType dataType, VertexFieldSemantic semantic, 
    int index = -1, string alias = null)
모수유형설명
dataTypeVertexFieldDataType정점 필드의 데이터 유형
semanticVertexFieldSemantic이 필드는 어떻게 사용됩니까?
indexInt32동일한 필드 시맨틱의 인덱스, 자동 생성의 경우 -1
aliasString필드의 별칭 이름

또한보십시오