The Raised Button patch represents the Material Design raised button. It can vary in width but has a constant height. It outputs the down state and can be disabled.
X Position
The X position of the component.
Y Position
The Y position of the component.
Width
The width of the button.
X Anchor
The X anchor point of the component.
Y Anchor
The Y anchor point of the component.
Background Color
The color of this component.
Ripple Color
The color of the touch ripple.
Text
The text to display on the button. It is automatically centered.
Disabled
If true, the button will appear disabled and no longer outputs its down state.
Down
A boolean value that represents whether the patch has recognized a touch.