Platformer Pro  2.3.2
A platform game kit for Unity.
PlatformerPro.PersistableObjectData Class Reference

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...
 

Detailed Description

Stores data about a persistable object.

Member Data Documentation

◆ extraStateInfo

string PlatformerPro.PersistableObjectData.extraStateInfo

Additional state info.

◆ guid

string PlatformerPro.PersistableObjectData.guid

Unique ID for the object.

◆ spawnObjectName

string PlatformerPro.PersistableObjectData.spawnObjectName

If non-null/non-empty this gameObject should be spawned in to the scene.

◆ spawnX

float PlatformerPro.PersistableObjectData.spawnX

Position to spawn object at is spawnObjectName isn't empty.

◆ state

bool PlatformerPro.PersistableObjectData.state

Objects state.


The documentation for this class was generated from the following file: