C# 클래스 Project290.Games.Solitude.SolitudeHUD.HealthBar

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

공개 메소드들

메소드 설명
Draw ( ) : void
HealthBar ( int currentHealth, int totalHealth ) : System
Update ( ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

HealthBar() 공개 메소드

public HealthBar ( int currentHealth, int totalHealth ) : System
currentHealth int
totalHealth int
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void