The SpotLight class in the Sandbox namespace is a type of light that emits light in a specific direction in a cone shape. It is derived from the Light class and provides additional properties to control the shape and behavior of the light cone.
The SpotLight class in the Sandbox namespace is a type of light that emits light in a specific direction in a cone shape. It is derived from the Light class and provides additional properties to control the shape and behavior of the light cone.
Member Name | Summary |
---|---|
Radius | Defines the radius of the light's influence. |
ConeOuter | Specifies the outer angle of the light cone. |
ConeInner | Specifies the inner angle of the light cone. |
Attenuation | Controls the attenuation of the light over distance. |
Cookie | Defines a texture to project through the light. |