Class FieldInstance
Json Instance Data
Properties
| Improve this Doc View SourceDefinition
| Type | Description |
|---|---|
| FieldDefinition | Reference of this instance's definition. |
DefUid
Reference of the Field definition UID
| Type | Description |
|---|---|
| System.Int32 |
Identifier
Field definition identifier
| Type | Description |
|---|---|
| System.String |
IsBool
| Type | Description |
|---|---|
| System.Boolean | Returns if this field (or array element) type is a Bool. |
IsColor
| Type | Description |
|---|---|
| System.Boolean | Returns if this field (or array element) type is a Color. |
IsEntityRef
| Type | Description |
|---|---|
| System.Boolean | Returns if this field (or array element) type is a EntityRef. |
IsEnum
| Type | Description |
|---|---|
| System.Boolean | Returns if this field (or array element) type is an Enum. |
IsFilePath
| Type | Description |
|---|---|
| System.Boolean | Returns if this field (or array element) type is a FilePath. |
IsFloat
| Type | Description |
|---|---|
| System.Boolean | Returns if this field (or array element) type is a Float. |
IsInt
| Type | Description |
|---|---|
| System.Boolean | Returns if this field (or array element) type is an Int. |
IsMultilines
| Type | Description |
|---|---|
| System.Boolean | Returns if this field (or array element) type is MultiLines. |
IsPoint
| Type | Description |
|---|---|
| System.Boolean | Returns if this field (or array element) type is a Point. |
IsString
| Type | Description |
|---|---|
| System.Boolean | Returns if this field (or array element) type is a String. |
IsTile
| Type | Description |
|---|---|
| System.Boolean | Returns if this field (or array element) type is a Tile. |
RealEditorValues
Editor internal raw values
| Type | Description |
|---|---|
| System.Object[] |
Tile
Optional TilesetRect used to display this field (this can be the field own Tile, or some other Tile guessed from the value, like an Enum).
| Type | Description |
|---|---|
| TilesetRectangle |
Type
Type of the field, such as Int, Float, String, Enum(my_enum_name), Bool,
etc.
NOTE: if you enable the advanced option Use Multilines type, you will have
"Multilines" instead of "String" when relevant.
| Type | Description |
|---|---|
| System.String |
Value
Actual value of the field instance.
| Type | Description |
|---|---|
| System.Object |
Methods
| Improve this Doc View SourceToString()
Returns
| Type | Description |
|---|---|
| System.String |