PlayerSpotLightConfig

The PlayerSpotLightConfig struct contains properties for configuring player spot lights. Certain item assets are able to utilize these properties.

Properties

Property Name

Type

Default Value

SpotLight_Enabled

bool

true

SpotLight_Range

float32

64

SpotLight_Angle

float32

90

SpotLight_Intensity

float32

1.3

SpotLight_Color

color

#f5df93

Property Descriptions

SpotLight_Enabled bool true

When true, this item should have a toggleable light source.


SpotLight_Range float32 64

Range of the light source’s beam, measured in meters.


SpotLight_Angle float32 90

Angle of the light source’s beam, measured in degrees.


SpotLight_Intensity float32 1.3

Intensity of the light source’s beam.


SpotLight_Color color #f5df93

Color of the light source’s beam.