CreateElementUV

CreateElementUV(TextureMapping)

Creëert eenVertexElementUV met het gegeven textuurtoewijzingstype.

public VertexElementUV CreateElementUV(TextureMapping uvMapping)
ParameterTypeBeschrijving
uvMappingTextureMappingWelk type textuurtoewijzing moet worden gemaakt

Winstwaarde

Gemaakt element uv

Zie ook


CreateElementUV(TextureMapping, MappingMode, ReferenceMode)

Creëert eenVertexElementUV met het gegeven textuurtoewijzingstype.

public VertexElementUV CreateElementUV(TextureMapping uvMapping, MappingMode mappingMode, 
    ReferenceMode referenceMode)
ParameterTypeBeschrijving
uvMappingTextureMappingWelk type textuurtoewijzing moet worden gemaakt
mappingModeMappingModeStandaard toewijzingsmodus
referenceModeReferenceModeStandaard referentiemodus

Winstwaarde

Gemaakt element uv

Zie ook