C# Class DamageableEntity, kaijurising

Inheritance: MonoBehaviour, IDamageable
Afficher le fichier Open project: Moehammered/kaijurising Class Usage Examples

Méthodes publiques

Свойство Type Description
health float
isDead bool
onModifyDeath ModifyDeathDelegate
onModifyHealth ModifyHealthDelegate
sounds KaijuSounds,

Méthodes publiques

Méthode Description
kill ( ) : void
modifyHealth ( float amount ) : void

Méthodes protégées

Méthode Description
Start ( ) : void

Private Methods

Méthode Description
nameChecker ( string checkingEntity ) : string

Method Details

Start() protected méthode

protected Start ( ) : void
Résultat void

kill() public méthode

public kill ( ) : void
Résultat void

modifyHealth() public méthode

public modifyHealth ( float amount ) : void
amount float
Résultat void

Property Details

health public_oe property

public float health
Résultat float

isDead public_oe property

public bool isDead
Résultat bool

onModifyDeath public_oe property

public ModifyDeathDelegate onModifyDeath
Résultat ModifyDeathDelegate

onModifyHealth public_oe property

public ModifyHealthDelegate onModifyHealth
Résultat ModifyHealthDelegate

sounds public_oe property

public KaijuSounds, sounds
Résultat KaijuSounds,