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

Details of a damage response. More...

Public Attributes

AnimationState animationState
 
Vector2 knockBackAmount
 
float drag = 1
 
float deathAnimationStartTime = 1.0f
 
bool controlInvincibility
 

Detailed Description

Details of a damage response.

Member Data Documentation

◆ animationState

AnimationState PlatformerPro.DamageResponse.animationState

◆ controlInvincibility

bool PlatformerPro.DamageResponse.controlInvincibility

◆ deathAnimationStartTime

float PlatformerPro.DamageResponse.deathAnimationStartTime = 1.0f

◆ drag

float PlatformerPro.DamageResponse.drag = 1

◆ knockBackAmount

Vector2 PlatformerPro.DamageResponse.knockBackAmount

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