다음을 통해 공유


PointLightComponent.ProjectedCubeMap 속성

정의

주변 기하 도형에 투영할 선택적 큐브맵 Texture 입니다.

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

속성 값

설명

소유자 Entity 의 방향은 큐브맵이 주변 기하 도형에 투영되는 방식을 결정합니다. 큐브맵의 색은 조명의 색을 변조하는 데 사용됩니다.

InvalidType 큐브맵이 아닌 텍스처가 설정된 경우 오류가 발생합니다.

적용 대상