![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Classes | |
class | PlatformerPro.Stairs |
A platform defining a set of steps. More... | |
class | PlatformerPro.StairCollisionTypeExtensions |
Extension class for stair collission type, provides description. | |
class | PlatformerPro.StairAirTypeExtensions |
Extension class for stair collission type, provides description. | |
Namespaces | |
namespace | PlatformerPro |
Enumerations | |
enum class | PlatformerPro.StairCollisionType { PlatformerPro.ALWAYS , PlatformerPro.WALK_DIRECTION , PlatformerPro.WALK_DIRECTION_PLUS_UP_DOWN } |
Methods for determining if we mount the stairs. More... | |
enum class | PlatformerPro.StairAirType { PlatformerPro.ALWAYS , PlatformerPro.MUST_HOLD_UP , PlatformerPro.MUST_HOLD_UP_OR_DOWN , PlatformerPro.MUST_NOT_HOLD_DOWN } |
Methods for determining if we mount the stairs while airborne. More... | |