다음을 통해 공유


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 또는 큐브 텍스처가 아닌 경우 오류가 발생합니다.

적용 대상