PointLightComponent.ProjectedCubeMap Property

Definition

Optional cubemap Texture to be projected onto surrounding geometry.

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

Property Value

Remarks

The orientation of the owner Entity determines how the cubemap is projected onto surrounding geometry. The color from the cubemap is used to modulate the light's color.

A InvalidType error occurs if a texture is set that is not a cubemap.

Applies to