PbrMaterial.AlbedoColor プロパティ

定義

一定のアルベドの色。

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

プロパティ値

注釈

この色は、 の色で調整されます AlbedoTexture。 アルファ チャネルは、マテリアルに透明 (TransparentMaterial) のフラグが設定されている場合の不透明度を表します。

適用対象