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 或多维数据集纹理,则会发生错误。