![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Damage info event arguments used for damage, death and game over events. More...
Public Member Functions | |
DamageInfoEventArgs () | |
Initializes a new instance of the PlatformerPro.DamageInfoEventArgs class. More... | |
DamageInfoEventArgs (DamageInfo damageInfo) | |
Initializes a new instance of the PlatformerPro.DamageInfoEventArgs class. More... | |
virtual void | UpdateDamageInfoEventArgs (DamageInfo damageInfo) |
Updates the damage info event arguments. More... | |
override string | ToString () |
Properties | |
DamageInfo | DamageInfo [get, protected set] |
Gets the damage info. More... | |
Damage info event arguments used for damage, death and game over events.
PlatformerPro.DamageInfoEventArgs.DamageInfoEventArgs | ( | ) |
Initializes a new instance of the PlatformerPro.DamageInfoEventArgs class.
PlatformerPro.DamageInfoEventArgs.DamageInfoEventArgs | ( | DamageInfo | damageInfo | ) |
Initializes a new instance of the PlatformerPro.DamageInfoEventArgs class.
damageInfo | Damage info. |
override string PlatformerPro.DamageInfoEventArgs.ToString | ( | ) |
|
virtual |
Updates the damage info event arguments.
damageInfo | Damage info. |
|
getprotected set |
Gets the damage info.