C# 클래스 Game.ResourceBar

파일 보기 프로젝트 열기: vs-team/casanova-mk2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ID int
JustEntered bool
PlayerStats List
frame int

공개 메소드들

메소드 설명
ResourceBar ( List coms ) : Casanova.Prelude
Update ( float dt, World world ) : void

메소드 상세

ResourceBar() 공개 메소드

public ResourceBar ( List coms ) : Casanova.Prelude
coms List
리턴 Casanova.Prelude

Update() 공개 메소드

public Update ( float dt, World world ) : void
dt float
world World
리턴 void

프로퍼티 상세

ID 공개적으로 프로퍼티

public int ID
리턴 int

JustEntered 공개적으로 프로퍼티

public bool JustEntered
리턴 bool

PlayerStats 공개적으로 프로퍼티

public List PlayerStats
리턴 List

frame 공개적으로 프로퍼티

public int frame
리턴 int