Platformer Pro  2.3.2
A platform game kit for Unity.
PersistableObjectType.cs File Reference

Classes

class  PlatformerPro.PersistableObjectTypeExtensions
 

Namespaces

namespace  PlatformerPro
 

Enumerations

enum class  PlatformerPro.PersistableObjectType { PlatformerPro.ACTIVATE_DEACTIVATE , PlatformerPro.DESTROY , PlatformerPro.SEND_MESSAGE , PlatformerPro.CUSTOM }
 Different ways we can impleemnt the persisted state in the game world. More...
 
enum class  PlatformerPro.PersistableEnemyType { PlatformerPro.ALIVE_DEAD = 1 , PlatformerPro.HEALTH = 2 , PlatformerPro.STATE = 4 , PlatformerPro.POSITION_AND_VELOCITY = 8 }
 Different ways we can impleemnt the persisted state for an enemy. More...