This is a MonoBehaviour for the switch UI element.
It's used for the boolean debug data's tweaking in the Inspector panel of Immersive Debugger. For more info about Immersive Debugger, check out the official doc
Properties
Tweak Tweak[Get]
bool State[Get]
State of the switch, the style will be set respectively for on and off states.
Action< bool > StateChanged[Get]
The event that would be invoked when the state is changed by setting the State property.