C# 클래스 PathfindingTest.Units.HealthBar

파일 보기 프로젝트 열기: Wotuu/RTS_XNA_v2 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Draw void

공개 메소드들

메소드 설명
GetDynamicColor ( ) : Color

Gets a dynamic color.

HealthBar ( PathfindingTest.Buildings.Building building ) : System
HealthBar ( Unit unit ) : System

비공개 메소드들

메소드 설명
Draw ( SpriteBatch sb ) : void

메소드 상세

GetDynamicColor() 공개 메소드

Gets a dynamic color.
public GetDynamicColor ( ) : Color
리턴 Color

HealthBar() 공개 메소드

public HealthBar ( PathfindingTest.Buildings.Building building ) : System
building PathfindingTest.Buildings.Building
리턴 System

HealthBar() 공개 메소드

public HealthBar ( Unit unit ) : System
unit Unit
리턴 System