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

适用于