Indicator Light
The indicator light component is a scripted component that implements a virtual indicator light. You can toggle the light on and off. The indicator light I/O contains a single Boolean
state signal, which toggles the light.
Properties
The indicator light component properties that are accessible through the inspector.
Active
The material used when the light is in the “on” state, or null to keep using the material of the graphics component.
Inactive
The material used when the light is in the “off” state, or null to keep using the material of the graphics component.
State
Whether the indicator light is in the “on” state.
IO
The IO signals provided by the push button.
State
Whether the indicator light is in the “on” state.