C# Class MegaMan.Engine.HealthBinding

Inheritance: Binding
Afficher le fichier Open project: Tesserex/C--MegaMan-Engine

Méthodes publiques

Méthode Description
HealthBinding ( object target, PropertyInfo targetProperty, string entity ) : System
Start ( IEntityPool entityPool ) : void
Stop ( ) : void

Private Methods

Méthode Description
Set ( float value ) : void
health_HealthChanged ( float value, float max ) : void

Method Details

HealthBinding() public méthode

public HealthBinding ( object target, PropertyInfo targetProperty, string entity ) : System
target object
targetProperty System.Reflection.PropertyInfo
entity string
Résultat System

Start() public méthode

public Start ( IEntityPool entityPool ) : void
entityPool IEntityPool
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void