Preparing search index...
The search index is not available
rfw2d
rfw2d
TextOptions
Interface TextOptions
interface
TextOptions
{
anchor
?:
Vec2
;
degrees
?:
number
;
font
:
Font
;
label
?:
string
;
position
?:
Vec2Like
;
radians
?:
number
;
scale
?:
number
;
style
?:
Partial
<
TextStyle
>
;
text
:
string
;
width
?:
number
;
x
?:
number
;
y
?:
number
;
z
?:
number
;
}
Hierarchy (
View Summary
)
ObjectOptions
TextOptions
Index
Properties
anchor?
degrees?
font
label?
position?
radians?
scale?
style?
text
width?
x?
y?
z?
Properties
Optional
anchor
anchor
?:
Vec2
Optional
degrees
degrees
?:
number
font
font
:
Font
Optional
label
label
?:
string
Optional
position
position
?:
Vec2Like
Optional
radians
radians
?:
number
Optional
scale
scale
?:
number
Optional
style
style
?:
Partial
<
TextStyle
>
text
text
:
string
Optional
width
width
?:
number
Optional
x
x
?:
number
Optional
y
y
?:
number
Optional
z
z
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
anchor
degrees
font
label
position
radians
scale
style
text
width
x
y
z
rfw2d
Loading...