共用方式為


SkyReflectionSettings.SkyReflectionTexture 屬性

定義

用於反射的空 Texture

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

屬性值

備註

這可以是立方體地圖或球面座標中的 2D 紋理。

InvalidParam* 如果提供的紋理無效,就會發生錯誤。 InvalidType* 如果提供的紋理不是 2D 或 Cube 紋理,就會發生錯誤。

適用於