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

関連項目