CreateElementUV

CreateElementUV(TextureMapping)

Crea aVertexElementUV con un dato tipo di mappatura delle texture.

public VertexElementUV CreateElementUV(TextureMapping uvMapping)
ParametroTipoDescrizione
uvMappingTextureMappingQuale tipo di mappatura delle texture creare

Valore di ritorno

Elemento creato uv

Guarda anche


CreateElementUV(TextureMapping, MappingMode, ReferenceMode)

Crea aVertexElementUV con un dato tipo di mappatura delle texture.

public VertexElementUV CreateElementUV(TextureMapping uvMapping, MappingMode mappingMode, 
    ReferenceMode referenceMode)
ParametroTipoDescrizione
uvMappingTextureMappingQuale tipo di mappatura delle texture creare
mappingModeMappingModeModalità di mappatura predefinita
referenceModeReferenceModeModalità di riferimento predefinita

Valore di ritorno

Elemento creato uv

Guarda anche