PbrMaterial.AlbedoTexture プロパティ

定義

Textureアルベド色に使用される 。 専用テクスチャ null が必要ない場合は、 を渡します。

public:
 property Microsoft::Azure::RemoteRendering::Texture ^ AlbedoTexture { Microsoft::Azure::RemoteRendering::Texture ^ get(); void set(Microsoft::Azure::RemoteRendering::Texture ^ value); };
public Microsoft.Azure.RemoteRendering.Texture AlbedoTexture { get; set; }
member this.AlbedoTexture : Microsoft.Azure.RemoteRendering.Texture with get, set
Public Property AlbedoTexture As Texture

プロパティ値

注釈

InvalidType 2D テクスチャではないテクスチャが設定されている場合、エラーが発生します。

適用対象