|
Impact Interaction System API
|
Static Public Member Functions | |
| static float | GetCollisionIntensity< T > (T interactionData, float collisionNormalInfluence) |
| Gets the adjusted intensity of a collision, taking into account the type of collision and the Collision Normal Influence. More... | |
| static bool | GetKeyAndValidate< T > (T interactionData, ImpactInteractionBase interaction, out long key) |
|
static |
Gets the adjusted intensity of a collision, taking into account the type of collision and the Collision Normal Influence.
| interactionData | The data that contains the velocity and normal of the collision. |
| collisionNormalInfluence | A 0 to 1 value representing how much the normal should affect the intensity. |
| T | : | IInteractionData |
|
static |
| T | : | IInteractionData |