DDDBrowserTextbox๏ƒ

Inherits: Node3D < Node < Object

In-world textbox asset and instance for DDDBrowser levels.

Description๏ƒ

Exports a textbox asset plus a textbox instance. Optionally references a font asset id or a child DDDBrowserFont.

Properties๏ƒ

Color

color

Color(1, 1, 1, 1)

String

font_asset_id

""

float

font_size

16.0

String

text

"Hello"

String

title

""


Property Descriptions๏ƒ

Color color = Color(1, 1, 1, 1) ๐Ÿ”—

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


String font_asset_id = "" ๐Ÿ”—

  • void set_font_asset_id(value: String)

  • String get_font_asset_id()

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


float font_size = 16.0 ๐Ÿ”—

  • void set_font_size(value: float)

  • float get_font_size()

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


String text = "Hello" ๐Ÿ”—

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


String title = "" ๐Ÿ”—

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