CreateElement

CreateElement(VertexElementType)

Crea un elemento vertice con il tipo specificato e lo aggiunge alla geometria.

public VertexElement CreateElement(VertexElementType type)
ParametroTipoDescrizione
typeVertexElementTypeTipo di elemento vertice

Valore di ritorno

Elemento creato.

Osservazioni

Se il tipo èUV , unVertexElementUV con il tipo di mappatura delle texture suDiffuse verrà creato.

Guarda anche


CreateElement(VertexElementType, MappingMode, ReferenceMode)

Crea un elemento vertice con il tipo specificato e lo aggiunge alla geometria.

public VertexElement CreateElement(VertexElementType type, MappingMode mappingMode, 
    ReferenceMode referenceMode)
ParametroTipoDescrizione
typeVertexElementTypeTipo di elemento vertice
mappingModeMappingModeModalità di mappatura predefinita
referenceModeReferenceModeModalità di riferimento predefinita

Valore di ritorno

Elemento creato.

Osservazioni

Se il tipo èUV , unVertexElementUV con il tipo di mappatura delle texture suDiffuse verrà creato.

Guarda anche