GitHub
Preparing search index...
The search index is not available
Synlog
Synlog
TextBlock
Class TextBlock
A block of drawn text.
Hierarchy
TextBlock
Implements
IBlock
Index
Constructors
constructor
Properties
bounds
object?
token
Methods
create
destroy
get
Bounds
get
Object
move
update
Constructors
constructor
new
Text
Block
(
token
:
Token
)
:
TextBlock
Parameters
token:
Token
Returns
TextBlock
Properties
Private
bounds
bounds
:
Vector2
= ...
Private
Optional
object
object
?:
TextDynamic
Private
Readonly
token
token
:
Token
Methods
create
create
(
)
:
void
Returns
void
destroy
destroy
(
)
:
void
Returns
void
get
Bounds
get
Bounds
(
)
:
Vector2
Returns
Vector2
Private
get
Object
get
Object
(
)
:
TextDynamic
Returns
TextDynamic
move
move
(
to
:
Vector2
|
Point2D
)
:
void
Parameters
to:
Vector2
|
Point2D
Returns
void
update
update
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
Synlog
Text
Block
constructor
bounds
object?
token
create
destroy
get
Bounds
get
Object
move
update
Generated using
TypeDoc
A block of drawn text.