AddField

VertexDeclaration.AddField method

Ajouter un nouveau champ de sommet

public VertexField AddField(VertexFieldDataType dataType, VertexFieldSemantic semantic, 
    int index = -1, string alias = null)
ParamètreTaperLa description
dataTypeVertexFieldDataTypeLe type de données du champ de sommet
semanticVertexFieldSemanticComment ce champ sera-t-il utilisé pour
indexInt32L’index pour la même sémantique de champ, -1 pour la génération automatique
aliasStringLe nom d’alias du champ

Voir également