class_touchscreenbutton - vkbsb/godot GitHub Wiki
TouchScreenButton
####Inherits: Node2D ####Category: Core
Brief Description
Member Functions
- void set_texture ( Object texture )
- Object get_texture ( ) const
- void set_texture_pressed ( Object texture_pressed )
- Object get_texture_pressed ( ) const
- void set_bitmask ( Object bitmask )
- Object get_bitmask ( ) const
- void set_action ( String action )
- String get_action ( ) const
- void set_visibility_mode ( int mode )
- int get_visibility_mode ( ) const
- void set_passby_press ( bool enabled )
- bool is_passby_press_enabled ( ) const
- bool is_pressed ( ) const
Signals
- released ( )
- pressed ( )