SpotLightComponent.Projected2dTexture Property

Definition

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.

Applies to