EntLight
Light
Causes the entity to emit light
ID: EntLight
Base Type: Entity Component
Values
Name | Type | Description |
---|---|---|
Enabled | Bool Variable | Defaults to True |
Light Type | Enum Variable | |
Color | Color Variable | |
Range | Number Variable | How far the light reaches. - m |
Intensity | Number Variable | How bright the light is. - x |
Spot Angle | Number Variable | degrees |
Shadows | Enum Variable | The type of shadows cast by the light. Hard shadows will have jagged edges, but are more performant than soft shadows. |
Methods
Name | Description |
---|---|
Toggle |
Updated almost 2 years ago