共用方式為


PbrMaterial.AlbedoColor 屬性

定義

常數 albedo 色彩。

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 色彩調色。 Alpha 色板代表不透明度,以防材質標示為透明 (TransparentMaterial) 。

適用於