C# 클래스 MegaMan.Engine.HealthBinding

상속: Binding
파일 보기 프로젝트 열기: Tesserex/C--MegaMan-Engine

공개 메소드들

메소드 설명
HealthBinding ( object target, PropertyInfo targetProperty, string entity ) : System
Start ( IEntityPool entityPool ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
Set ( float value ) : void
health_HealthChanged ( float value, float max ) : void

메소드 상세

HealthBinding() 공개 메소드

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

Start() 공개 메소드

public Start ( IEntityPool entityPool ) : void
entityPool IEntityPool
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void