Sandbox.ModAPI.Ingame
IMyLightingComponent
Assembly: Sandbox.Common.dll
public interface IMyLightingComponent
Describes a lighting Component (PB scripting interface).
Properties
| Member | Description |
|---|---|
| BlinkIntervalSeconds | Gets or sets the blinking interval of this light (in seconds). |
| BlinkLength | Gets or sets how much of the blinking interval should be spent with the light on, as a value between 0 and 1. |
| BlinkOffset | Adds an offset to the blinking interval, as a value between 0 and 1. |
| Color | Gets or sets the color of the light. |
| Falloff | Gets or sets the current falloff of the light. |
| Intensity | Gets or sets the current intensity of the light. |
| Radius | Gets or sets the basic radius of the light. |