![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Used to define damage immunity in character health. More...
Public Member Functions | |
DamageImmunity () | |
Initializes a new instance of the PlatformerPro.DamageImmunity class. More... | |
DamageImmunity (DamageImmunity original) | |
Initializes a new instance of the PlatformerPro.DamageImmunity class by cloning an existing instance. More... | |
Public Attributes | |
DamageType | damageType |
float | immunity |
Used to define damage immunity in character health.
PlatformerPro.DamageImmunity.DamageImmunity | ( | ) |
Initializes a new instance of the PlatformerPro.DamageImmunity class.
PlatformerPro.DamageImmunity.DamageImmunity | ( | DamageImmunity | original | ) |
Initializes a new instance of the PlatformerPro.DamageImmunity class by cloning an existing instance.
original | Object to clone.. |
DamageType PlatformerPro.DamageImmunity.damageType |
float PlatformerPro.DamageImmunity.immunity |