Indicator Light
The indicator light component implements a digital indicator light that can be switched on and off. For more details on all properties associated with the indicator light component and how to use the indicator light component with scripting, please see the API documentation.
Properties
The indicator light component properties that are accessible through the inspector.
Active
The material used when the indicator light is switched on, or null to keep using the material of the graphics component.
Inactive
The material used when the indicator light is switched off, or null to keep using the material of the graphics component.
State
Whether the indicator light is switched on.
IO
The IO signals for the indicator light component. Please see the IndicatorLightIO API documentation for more details.
State
A writable (input) signal that has the value true if the indicator light is switched on, and false otherwise.