Preparing search index...
The search index is not available
GDevelop JavaScript game engine
GDevelop JavaScript game engine
gdjs
TextContainer
Interface TextContainer
interface
TextContainer
{
getText
(
)
:
string
;
setText
(
text
)
:
void
;
}
Implemented by
BitmapTextRuntimeObject
TextContainerBehavior
TextInputRuntimeObject
TextRuntimeObject
Index
Methods
get
Text
set
Text
Methods
get
Text
get
Text
(
)
:
string
Get the text displayed by the object.
Returns
string
set
Text
set
Text
(
text
)
:
void
Set the text displayed by the object.
Parameters
text
:
string
The new text
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
get
Text
set
Text
GDevelop JavaScript game engine
Loading...
Get the text displayed by the object.