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

Classes

class  PlatformerPro.CharacterBlockingHurtBox
 A collider that can register damage agaisnt the character but also supports blocking damage via a BlockAttack movement. More...
 

Namespaces

namespace  PlatformerPro
 

Enumerations

enum class  PlatformerPro.BlockDirection {
  PlatformerPro.ALL , PlatformerPro.FRONT , PlatformerPro.BACK , PlatformerPro.FRONT_WITH_LOW_HIGH ,
  PlatformerPro.FRONT_NOT_HIGH , PlatformerPro.FRONT_NOT_LOW
}