PointLightComponent.ProjectedCubeMap Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.