C# Class hyades.graphics.particle.HurtLogic

Inheritance: IParticleLogic
Afficher le fichier Open project: zfedoran/bubblebound Class Usage Examples

Méthodes publiques

Свойство Type Description
life float

Méthodes publiques

Méthode Description
Birth ( Particle particle ) : void
Burst ( ) : void
Death ( Particle particle ) : void
Emit ( ) : void
Frame ( Particle particle, double elapsed ) : void
HurtLogic ( Character entity, float life ) : System

Method Details

Birth() public méthode

public Birth ( Particle particle ) : void
particle Particle
Résultat void

Burst() public méthode

public Burst ( ) : void
Résultat void

Death() public méthode

public Death ( Particle particle ) : void
particle Particle
Résultat void

Emit() public méthode

public Emit ( ) : void
Résultat void

Frame() public méthode

public Frame ( Particle particle, double elapsed ) : void
particle Particle
elapsed double
Résultat void

HurtLogic() public méthode

public HurtLogic ( Character entity, float life ) : System
entity hyades.entity.Character
life float
Résultat System

Property Details

life public_oe property

public float life
Résultat float