![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Interface implemented by a hurt box (or anything else that can be hurt). More...
Public Member Functions | |
void | Damage (DamageInfo info) |
Deal damage to the hurtable. More... | |
Properties | |
IMob | Mob [get] |
Get the mobile (charater or enemy) that this hurt box belongs too. Can return null. More... | |
Interface implemented by a hurt box (or anything else that can be hurt).
void PlatformerPro.IHurtable.Damage | ( | DamageInfo | info | ) |
Deal damage to the hurtable.
info | Info. |
Implemented in PlatformerPro.DestructiblePlatform, PlatformerPro.CharacterHurtBox, PlatformerPro.CharacterBlockingHurtBox, PlatformerPro.EnemyHurtBoxWithDamageFilter, and PlatformerPro.EnemyHurtBox.
|
get |
Get the mobile (charater or enemy) that this hurt box belongs too. Can return null.