CreateElementUV

CreateElementUV(TextureMapping)

创建一个VertexElementUV具有给定的纹理映射类型。

public VertexElementUV CreateElementUV(TextureMapping uvMapping)
范围类型描述
uvMappingTextureMapping要创建哪种纹理映射类型

返回值

创建元素 uv

也可以看看


CreateElementUV(TextureMapping, MappingMode, ReferenceMode)

创建一个VertexElementUV具有给定的纹理映射类型。

public VertexElementUV CreateElementUV(TextureMapping uvMapping, MappingMode mappingMode, 
    ReferenceMode referenceMode)
范围类型描述
uvMappingTextureMapping要创建哪种纹理映射类型
mappingModeMappingMode默认映射模式
referenceModeReferenceMode默认参考模式

返回值

创建元素 uv

也可以看看