VirtualButton.LogicButton

logic-controllable button

Members

Properties

is_down
bool is_down [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
is_pressed
bool is_pressed [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
is_released
bool is_released [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
is_up
bool is_up [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

logic_pressed
bool logic_pressed;
Undocumented in source.

Inherited Members

From Node

is_down
bool is_down [@property getter]
Undocumented in source.
is_up
bool is_up [@property getter]
Undocumented in source.
is_pressed
bool is_pressed [@property getter]
Undocumented in source.
is_released
bool is_released [@property getter]
Undocumented in source.

Meta