Class Damageable
Inheritance
object
Damageable
Assembly: cs.temp.dll.dll
Syntax
public class Damageable : MonoBehaviour
Fields
damage
Declaration
Field Value
damageSelfDebug
Declaration
public bool damageSelfDebug
Field Value
dying
Declaration
Field Value
force
Declaration
Field Value
lives
Declaration
Field Value
maxDamage
Declaration
Field Value
Methods
Damage(float)
Declaration
public void Damage(float damage)
Parameters
| Type |
Name |
Description |
| float |
damage |
|
HandleDeath()
Declaration
public void HandleDeath()
ResetDamage()
Declaration
public void ResetDamage()
Respawn()
Declaration
Events
OnPlayerPunched
Declaration
public event Action<GameObject> OnPlayerPunched
Event Type
| Type |
Description |
| System.Action<T><GameObject> |
|