Platformer Pro  2.3.2
A platform game kit for Unity.
PlatformerPro.IHurtable Interface Reference

Interface implemented by a hurt box (or anything else that can be hurt). More...

Inheritance diagram for PlatformerPro.IHurtable:
PlatformerPro.CharacterHurtBox PlatformerPro.DestructiblePlatform PlatformerPro.EnemyHurtBox PlatformerPro.CharacterBlockingHurtBox PlatformerPro.EnemyHurtBoxWithDamageFilter

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...
 

Detailed Description

Interface implemented by a hurt box (or anything else that can be hurt).

Member Function Documentation

◆ Damage()

void PlatformerPro.IHurtable.Damage ( DamageInfo  info)

Property Documentation

◆ Mob

IMob PlatformerPro.IHurtable.Mob
get

Get the mobile (charater or enemy) that this hurt box belongs too. Can return null.


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