C# Class MegaMan.Engine.HealthBinding

Inheritance: Binding
Datei anzeigen Open project: Tesserex/C--MegaMan-Engine

Public Methods

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

Private Methods

Method Description
Set ( float value ) : void
health_HealthChanged ( float value, float max ) : void

Method Details

HealthBinding() public method

public HealthBinding ( object target, PropertyInfo targetProperty, string entity ) : System
target object
targetProperty System.Reflection.PropertyInfo
entity string
return System

Start() public method

public Start ( IEntityPool entityPool ) : void
entityPool IEntityPool
return void

Stop() public method

public Stop ( ) : void
return void