CreateElementUV

CreateElementUV(TextureMapping)

Erstellt einVertexElementUV mit gegebenem Textur-Mapping-Typ.

public VertexElementUV CreateElementUV(TextureMapping uvMapping)
ParameterTypBeschreibung
uvMappingTextureMappingWelcher Textur-Mapping-Typ erstellt werden soll

Rückgabewert

Erstelltes Element uv

Siehe auch


CreateElementUV(TextureMapping, MappingMode, ReferenceMode)

Erstellt einVertexElementUV mit gegebenem Textur-Mapping-Typ.

public VertexElementUV CreateElementUV(TextureMapping uvMapping, MappingMode mappingMode, 
    ReferenceMode referenceMode)
ParameterTypBeschreibung
uvMappingTextureMappingWelcher Textur-Mapping-Typ erstellt werden soll
mappingModeMappingModeStandard-Mapping-Modus
referenceModeReferenceModeStandard-Referenzmodus

Rückgabewert

Erstelltes Element uv

Siehe auch