SpotLightComponent.Projected2dTexture 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 2D Texture to be projected onto geometry.
public:
property Microsoft::Azure::RemoteRendering::Texture ^ Projected2dTexture { Microsoft::Azure::RemoteRendering::Texture ^ get(); void set(Microsoft::Azure::RemoteRendering::Texture ^ value); };
public Microsoft.Azure.RemoteRendering.Texture Projected2dTexture { get; set; }
member this.Projected2dTexture : Microsoft.Azure.RemoteRendering.Texture with get, set
Public Property Projected2dTexture As Texture
Property Value
Remarks
The color from the texture is used to modulate the light's color.
A InvalidType error occurs if a texture is set that is not a 2D texture.