![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Classes | |
class | PlatformerPro.RaycastTypeExtensions |
Raycast type extensions. | |
Namespaces | |
namespace | PlatformerPro |
Enumerations | |
enum class | PlatformerPro.RaycastType { PlatformerPro.NONE = 0 , PlatformerPro.SIDE_LEFT = 1 , PlatformerPro.SIDE_RIGHT = 2 , PlatformerPro.FOOT = 4 , PlatformerPro.HEAD = 8 , PlatformerPro.SIDES = SIDE_LEFT ^ SIDE_RIGHT , PlatformerPro.ALL = SIDES ^ HEAD ^ FOOT , PlatformerPro.ANY = ALL } |
Possible type for an BasicRaycast . Different types drive different behaviours, for example a FOOT collider will generally only push the character upwards, whereas a HEAD collider will generally only push the character down. More... | |