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

Namespaces

namespace  PlatformerPro
 

Enumerations

enum class  PlatformerPro.ButtonState {
  PlatformerPro.NONE = 0 , PlatformerPro.DOWN = 1 , PlatformerPro.HELD = 2 , PlatformerPro.UP = 4 ,
  PlatformerPro.ANY = DOWN | HELD | UP
}
 Encapsulates the various states of a button. More...