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

Classes

class  PlatformerPro.SpecialMovement_GrapplingHook
 A grappling hook with various options. More...
 
class  PlatformerPro.GrapplingHookControlTypeExtensions
 Grappling hook control type extensions.
 
class  PlatformerPro.GrapplingHookSlowDownTypeExtensions
 Grappling hook control type extensions.
 

Namespaces

namespace  PlatformerPro
 

Enumerations

enum class  PlatformerPro.GrapplingHookState {
  PlatformerPro.NONE , PlatformerPro.LAUNCHING , PlatformerPro.CLINGING , PlatformerPro.AUTO_RETRACTING ,
  PlatformerPro.SLINGSHOT
}
 Grappling hook state. More...
 
enum class  PlatformerPro.GrapplingHookControlType { PlatformerPro.AUTO_RETRACT , PlatformerPro.UP_ONLY , PlatformerPro.UP_AND_DOWN }
 Grappling hook control type. More...
 
enum class  PlatformerPro.SlowDownType { PlatformerPro.NATURAL , PlatformerPro.DRAG_FACTOR , PlatformerPro.EXPONENTIAL }
 Different ways to slow the swing. More...