次の方法で共有


SceneMeshRendererComponent.UVMappings プロパティ

定義

マテリアルとメッシュの UV マッピングを取得します。

public:
 property SceneMeshMaterialAttributeMap ^ UVMappings { SceneMeshMaterialAttributeMap ^ get(); };
SceneMeshMaterialAttributeMap UVMappings();
public SceneMeshMaterialAttributeMap UVMappings { get; }
var sceneMeshMaterialAttributeMap = sceneMeshRendererComponent.uVMappings;
Public ReadOnly Property UVMappings As SceneMeshMaterialAttributeMap

プロパティ値

マテリアルとメッシュの UV マッピング。

適用対象