InputActionGlyph

Inherits: CenterContainer < Container < Control < CanvasItem < Node < Object

A glyph with a text next to it.

Properties

StringName

action_name

&"ui_left"

int

glyph_style_override

0

bool

override_glyph_style

false

String

text

""


Property Descriptions

StringName action_name = &"ui_left"

Action that will be displayed in this glyph.


int glyph_style_override = 0

  • void set_glyph_style_override ( int value )

  • int get_glyph_style_override ( )

Style used to override the default.


bool override_glyph_style = false

  • void set_override_glyph_style ( bool value )

  • bool get_override_glyph_style ( )

If true the default glyph style is overridden by whatever is in override_glyph_style.


String text = ""

Text to show next to the input glyph icon.