Add Persistent to a field to allow it to serialize/deserialize
More...
|
string | collectionIndex |
| If this field is a list or array use this to set the name given to each item in configs More...
|
|
bool | isPersistant |
| Is this field persistant? More...
|
|
bool | link |
| If this field is representing a MonoBehaviour reference, will the field create a link to this or not. DEFAULT : SameObject More...
|
|
string | name |
| If name is set, the persistance will use this name in the files instead More...
|
|
int | pass |
| Use an enum or int to control on which which pass this field is generated by the config node. Default is 0 (always parse) More...
|
|
PersistentRelation | relationship |
| If this field is representing a MonoBehaviour reference, the relationship represents how the object will be created if it needs to be created. DEFAULT : SameObject More...
|
|
Add Persistent to a field to allow it to serialize/deserialize
Persistent.Persistent |
( |
| ) |
|
|
inline |
string Persistent.collectionIndex |
If this field is a list or array use this to set the name given to each item in configs
bool Persistent.isPersistant |
Is this field persistant?
If this field is representing a MonoBehaviour reference, will the field create a link to this or not. DEFAULT : SameObject
If name is set, the persistance will use this name in the files instead
Use an enum or int to control on which which pass this field is generated by the config node. Default is 0 (always parse)
If this field is representing a MonoBehaviour reference, the relationship represents how the object will be created if it needs to be created. DEFAULT : SameObject
The documentation for this class was generated from the following file: