![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Damage info event arguments which also includes an attakc name on top of the damage type. More...
Public Member Functions | |
ExtraDamageInfoEventArgs () | |
Initializes a new instance of the PlatformerPro.ExtraDamageInfoEventArgs class. More... | |
ExtraDamageInfoEventArgs (DamageInfo damageInfo) | |
Initializes a new instance of the PlatformerPro.ExtraDamageInfoEventArgs class. More... | |
void | UpdateDamageInfoEventArgs (DamageInfo damageInfo, string attackName) |
Initializes a new instance of the PlatformerPro.ExtraDamageInfoEventArgs class. More... | |
override string | ToString () |
![]() | |
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 | |
string | AttackName [get, protected set] |
Extra info. The name of the attack. More... | |
![]() | |
DamageInfo | DamageInfo [get, protected set] |
Gets the damage info. More... | |
Damage info event arguments which also includes an attakc name on top of the damage type.
PlatformerPro.ExtraDamageInfoEventArgs.ExtraDamageInfoEventArgs | ( | ) |
Initializes a new instance of the PlatformerPro.ExtraDamageInfoEventArgs class.
PlatformerPro.ExtraDamageInfoEventArgs.ExtraDamageInfoEventArgs | ( | DamageInfo | damageInfo | ) |
Initializes a new instance of the PlatformerPro.ExtraDamageInfoEventArgs class.
damageInfo | Damage info. |
override string PlatformerPro.ExtraDamageInfoEventArgs.ToString | ( | ) |
void PlatformerPro.ExtraDamageInfoEventArgs.UpdateDamageInfoEventArgs | ( | DamageInfo | damageInfo, |
string | attackName | ||
) |
Initializes a new instance of the PlatformerPro.ExtraDamageInfoEventArgs class.
damageInfo | Damage info. |
|
getprotected set |
Extra info. The name of the attack.