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

Classes

class  PlatformerPro.ClimbMovement
 A wrapper class for handling moving on ladders and other climbables that proxies the movement function to the desired implementation. More...
 

Namespaces

namespace  PlatformerPro
 

Enumerations

enum class  PlatformerPro.LadderDismountType {
  PlatformerPro.NONE = 0 , PlatformerPro.TOP_BOTTOM = 1 , PlatformerPro.LEFT_RIGHT = 2 , PlatformerPro.JUMP = 4 ,
  PlatformerPro.TOP_BOTTOM_AND_LEFT_RIGHT = TOP_BOTTOM | LEFT_RIGHT , PlatformerPro.JUMP_AND_LEFT_RIGHT = JUMP | LEFT_RIGHT , PlatformerPro.TOP_BOTTOM_AND_JUMP = TOP_BOTTOM | JUMP , PlatformerPro.TOP_BOTTOM_AND_JUMP_AND_LEFT_RIGHT = TOP_BOTTOM | JUMP | LEFT_RIGHT
}
 Ways that a ladder can be dismounted. More...