Sign Type
Parent |
Describes the type of a sign.
Properties
dimensions : Struct<Vector2D>
The canvas dimensions of this sign.
Details
| Flags | ReadOnly RuntimeSync RuntimeParallel ClassProp |
|---|---|
Display Name |
Dimensions |
Functions
getColors () → (foreground : Struct<Color>, background : Struct<Color>, auxiliary : Struct<Color>)
Returns the default foreground/background/auxiliary colors of this sign type.
getIconElements () → iconElementsDefaultValues : Array<Object<Object>>
Returns a list of element names and their default icon values.
Details
Flags |
RuntimeSync RuntimeParallel ClassFunc |
Display Name |
Get Icon Elements |
| Name | Type | Description |
|---|---|---|
Icon Elements Default Values |
Array<Object<Object>> |
A list of default values for the icon elements of this type. |
getPrefabs () → prefabs : Array<Class<SignPrefab>>
Returns a list of all sign prefabs this sign can use.
Details
Flags |
RuntimeSync RuntimeParallel ClassFunc |
Display Name |
Get Prefabs |
| Name | Type | Description |
|---|---|---|
Prefabs |
Array<Class<SignPrefab>> |
The sign prefabs this sign can use |
getTextElements () → textElementsDefaultValues : Array<String>
Returns a list of element names and their default text values.
Details
Flags |
RuntimeSync RuntimeParallel ClassFunc |
Display Name |
Get Text Elements |
| Name | Type | Description |
|---|---|---|
Text Elements Default Values |
Array<String> |
A list of default values for the text elements of this type. |