Push Button
Add a pressable button that can be interacted with during simulation runtime
The Push Button component adds an interactive button that can trigger actions during runtime.
Properties
Direction
Defines the axis along which the button moves when pressed. Hover the Distance parameter to preview this axis with an orange gizmo.
Distance
Defines how far the button travels when pressed, in meters.
Signals
The Push Button component provides signals that you can use in programs.
Output
The Push Button component has one output:
- state: current button state (
pressedorreleased).