TouchScreenButton

Inherits: Node2D < CanvasItem < Node < Object

There is currently no description for this class. Please help us by contributing one!

Properties

String

action

""

BitMap

bitmask

bool

passby_press

false

Shape2D

shape

bool

shape_centered

true

bool

shape_visible

true

Texture2D

texture_normal

Texture2D

texture_pressed

VisibilityMode

visibility_mode

0

Methods

bool

is_pressed ( ) const


Signals

pressed ( )

There is currently no description for this signal. Please help us by contributing one!


released ( )

There is currently no description for this signal. Please help us by contributing one!


Enumerations

enum VisibilityMode:

VisibilityMode VISIBILITY_ALWAYS = 0

There is currently no description for this enum. Please help us by contributing one!

VisibilityMode VISIBILITY_TOUCHSCREEN_ONLY = 1

There is currently no description for this enum. Please help us by contributing one!


Property Descriptions

String action = ""

There is currently no description for this property. Please help us by contributing one!


BitMap bitmask

There is currently no description for this property. Please help us by contributing one!


bool passby_press = false

  • void set_passby_press ( bool value )

  • bool is_passby_press_enabled ( )

There is currently no description for this property. Please help us by contributing one!


Shape2D shape

There is currently no description for this property. Please help us by contributing one!


bool shape_centered = true

  • void set_shape_centered ( bool value )

  • bool is_shape_centered ( )

There is currently no description for this property. Please help us by contributing one!


bool shape_visible = true

  • void set_shape_visible ( bool value )

  • bool is_shape_visible ( )

There is currently no description for this property. Please help us by contributing one!


Texture2D texture_normal

There is currently no description for this property. Please help us by contributing one!


Texture2D texture_pressed

There is currently no description for this property. Please help us by contributing one!


VisibilityMode visibility_mode = 0

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

bool is_pressed ( ) const

There is currently no description for this method. Please help us by contributing one!