![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Stores data about a persistable object. More...
Public Attributes | |
string | guid |
Unique ID for the object. More... | |
bool | state |
Objects state. More... | |
string | extraStateInfo |
Additional state info. More... | |
string | spawnObjectName |
If non-null/non-empty this gameObject should be spawned in to the scene. More... | |
float | spawnX |
Position to spawn object at is spawnObjectName isn't empty. More... | |
Stores data about a persistable object.
string PlatformerPro.PersistableObjectData.extraStateInfo |
Additional state info.
string PlatformerPro.PersistableObjectData.guid |
Unique ID for the object.
string PlatformerPro.PersistableObjectData.spawnObjectName |
If non-null/non-empty this gameObject should be spawned in to the scene.
float PlatformerPro.PersistableObjectData.spawnX |
Position to spawn object at is spawnObjectName isn't empty.
bool PlatformerPro.PersistableObjectData.state |
Objects state.