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

Classes

class  PlatformerPro.SpecialMovement_HangFromCeiling
 Hang from the ceiling on collision. More...
 

Namespaces

namespace  PlatformerPro
 

Enumerations

enum class  PlatformerPro.CeilingHangState {
  PlatformerPro.NONE , PlatformerPro.HANG , PlatformerPro.CLIMB_START , PlatformerPro.CLIMBING ,
  PlatformerPro.LAUNCH_START , PlatformerPro.LAUNCH , PlatformerPro.DONE , PlatformerPro.DROP
}