SkyReflectionSettings.SkyReflectionTexture 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用於反射的空 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 紋理,就會發生錯誤。