Sinespace Client 2025.3.19431
Client-side scripting for Sinespace
|
Properties | |
bool | SupportRichText [get, set] |
Whether this Text will support rich text. | |
bool | ResizeTextForBestFit [get, set] |
Should the text be allowed to auto resized. | |
int | ResizeTextMinSize [get, set] |
The minimum size the text is allowed to be. | |
int | ResizeTextMaxSize [get, set] |
The maximum size the text is allowed to be. 1 = infinitely large. | |
bool | AlignByGeometry [get, set] |
Use the extents of glyph geometry to perform horizontal alignment rather than glyph metrics. | |
int | FontSize [get, set] |
The size that the Font should render at. | |
float | LineSpacing [get, set] |
normal line spacing. | |
float | PixelsPerUnit [get] |
(Read Only) Provides information about how fonts are scale to the screen. | |
float | MinWidth [get] |
The minimum width this layout element may be allocated. | |
float | PreferredWidth [get] |
The preferred width this layout element should be allocated if there is sufficient space. | |
float | FlexibleWidth [get] |
The extra relative width this layout element should be allocated if there is additional available space. | |
float | MinHeight [get] |
The minimum height this layout element may be allocated. | |
float | PreferredHeight [get] |
The preferred height this layout element should be allocated if there is sufficient space. | |
float | FlexibleHeight [get] |
The extra relative height this layout element should be allocated if there is additional available space. | |
int | LayoutPriority [get] |
The layout priority of this component. | |
bool | Enabled [get, set] |
Enabled Behaviors are Updated; disabled Behaviors are not. | |
string | Text [get, set] |
The string value this Text displays. | |
SColor | Color [get, set] |
Base color of the Graphic. | |
![]() | |
SGameObject | GameObject [get] |
Return the GameObject which component added. | |
![]() | |
override bool | Alive [get] |
Return if the component is alive. | |
![]() | |
T | _wrap [get] |
![]() | |
virtual bool | Alive [get] |
DynValue | CachedData [get, set] |
Additional Inherited Members | |
![]() | |
override void | Initialise (SScript runtime, object wrapper) |
![]() | |
void | ReportError (string error, bool fatal, UnityEngine.Object target=null) |
void | Initialise (SScript runtime, object wrapper) |
![]() | |
void | Initialise (SScript runtime) |
|
getset |
Use the extents of glyph geometry to perform horizontal alignment rather than glyph metrics.
|
getset |
Base color of the Graphic.
|
getset |
Enabled Behaviors are Updated; disabled Behaviors are not.
|
get |
The extra relative height this layout element should be allocated if there is additional available space.
|
get |
The extra relative width this layout element should be allocated if there is additional available space.
|
getset |
The size that the Font should render at.
|
get |
The layout priority of this component.
|
getset |
normal line spacing.
|
get |
The minimum height this layout element may be allocated.
|
get |
The minimum width this layout element may be allocated.
|
get |
(Read Only) Provides information about how fonts are scale to the screen.
|
get |
The preferred height this layout element should be allocated if there is sufficient space.
|
get |
The preferred width this layout element should be allocated if there is sufficient space.
|
getset |
Should the text be allowed to auto resized.
|
getset |
The maximum size the text is allowed to be. 1 = infinitely large.
|
getset |
The minimum size the text is allowed to be.
|
getset |
Whether this Text will support rich text.
|
getset |
The string value this Text displays.