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

Classes

class  PlatformerPro.Platform
 Base class from which platforms should extend. More...
 

Namespaces

namespace  PlatformerPro
 

Enumerations

enum class  PlatformerPro.PlatformActivationType { PlatformerPro.NONE = 0 , PlatformerPro.ACTIVATE_ON_START = 1 , PlatformerPro.ACTIVATE_ON_STAND = 2 , PlatformerPro.ACTIVATE_ON_LEAVE = 4 }
 Options for controlling how a platform activates itself. More...
 
enum class  PlatformerPro.PlatformDeactivationType { PlatformerPro.NONE = 0 , PlatformerPro.DEACTIVATE_ON_EXTENT = 1 , PlatformerPro.DEACTIVATE_ON_STAND = 2 , PlatformerPro.DEACTIVATE_ON_LEAVE = 4 }
 Options for controlling how a platform deactivates itself. More...