AddField

VertexDeclaration.AddField method

Voeg een nieuw hoekpuntveld toe

public VertexField AddField(VertexFieldDataType dataType, VertexFieldSemantic semantic, 
    int index = -1, string alias = null)
ParameterTypeBeschrijving
dataTypeVertexFieldDataTypeHet gegevenstype van het hoekpuntveld
semanticVertexFieldSemanticHoe zal dit veld worden gebruikt voor
indexInt32De index voor semantiek van hetzelfde veld, -1 voor automatische generatie
aliasStringDe aliasnaam van het veld

Zie ook