SerializableObject
ThaumielMapEditor.API.Serialization
This class is used to read object data from yaml
Overview​
Properties​
| Name | Type | Access | Description |
|---|---|---|---|
AnimatorName | string | get set | No description |
CullingSettings | SerializableCullingSettings | get set | No description |
IsStatic | bool | get set | Gets or sets whether the ThaumielMapEditor.API.Serialization.SerializableObject instance is static. |
MovementSmoothing | byte | get set | Gets or sets the sync interval for the ThaumielMapEditor.API.Serialization.SerializableObject instance. |
Name | string | get set | Gets or sets the file name for the ThaumielMapEditor.API.Serialization.SerializableObject instance. |
ObjectId | int | get set | Gets or sets the object id for the ThaumielMapEditor.API.Serialization.SerializableObject instance. |
ObjectType | ObjectType | get set | Gets or sets the object type for the ThaumielMapEditor.API.Serialization.SerializableObject instance. |
ParentId | int | get set | Gets or sets the parent id for the ThaumielMapEditor.API.Serialization.SerializableObject instance. |
Position | Vector3 | get set | Gets or sets the position for the ThaumielMapEditor.API.Serialization.SerializableObject instance. |
Rotation | Quaternion | get set | Gets or sets the rotation for the ThaumielMapEditor.API.Serialization.SerializableObject instance. |
Scale | Vector3 | get set | Gets or sets the scale for the ThaumielMapEditor.API.Serialization.SerializableObject instance. |
Tools | List<SerializableTool> | get set | No description |
Values | Dictionary<string, object> | get set | Gets or sets the values for the ThaumielMapEditor.API.Serialization.SerializableObject instance. |
Properties​
AnimatorName​
Type: string Access: get set
CullingSettings​
Type: SerializableCullingSettings Access: get set
IsStatic​
Type: bool Access: get set
Gets or sets whether the ThaumielMapEditor.API.Serialization.SerializableObject instance is static.
MovementSmoothing​
Type: byte Access: get set
Gets or sets the sync interval for the ThaumielMapEditor.API.Serialization.SerializableObject instance.
Name​
Type: string Access: get set
Gets or sets the file name for the ThaumielMapEditor.API.Serialization.SerializableObject instance.
ObjectId​
Type: int Access: get set
Gets or sets the object id for the ThaumielMapEditor.API.Serialization.SerializableObject instance.
ObjectType​
Type: ObjectType Access: get set
Gets or sets the object type for the ThaumielMapEditor.API.Serialization.SerializableObject instance.
ParentId​
Type: int Access: get set
Gets or sets the parent id for the ThaumielMapEditor.API.Serialization.SerializableObject instance.
Position​
Type: Vector3 Access: get set
Gets or sets the position for the ThaumielMapEditor.API.Serialization.SerializableObject instance.
Rotation​
Type: Quaternion Access: get set
Gets or sets the rotation for the ThaumielMapEditor.API.Serialization.SerializableObject instance.
Scale​
Type: Vector3 Access: get set
Gets or sets the scale for the ThaumielMapEditor.API.Serialization.SerializableObject instance.
Tools​
Type: List<SerializableTool> Access: get set
Values​
Type: Dictionary<string, object> Access: get set
Gets or sets the values for the ThaumielMapEditor.API.Serialization.SerializableObject instance.