Platformer Pro  2.3.2
A platform game kit for Unity.
PlatformerPro.PlatformCollisionArgs Class Reference

Data about a platform collision. More...

Properties

IMob Character [get, set]
 The character that collided. More...
 
BasicRaycast RaycastCollider [get, set]
 The collider that collided. More...
 
float Penetration [get, set]
 The depth of the penetaation. More...
 

Detailed Description

Data about a platform collision.

Property Documentation

◆ Character

IMob PlatformerPro.PlatformCollisionArgs.Character
getset

The character that collided.

◆ Penetration

float PlatformerPro.PlatformCollisionArgs.Penetration
getset

The depth of the penetaation.

◆ RaycastCollider

BasicRaycast PlatformerPro.PlatformCollisionArgs.RaycastCollider
getset

The collider that collided.


The documentation for this class was generated from the following file: