C# 클래스 OverHeadBarManager, CSharpGameFramework

파일 보기 프로젝트 열기: dreamanlan/CSharpGameFramework

공개 메소드들

메소드 설명
Init ( ) : void
Release ( ) : void

비공개 메소드들

메소드 설명
AddActor ( int actorID, bool isGreen, TableConfig cfg ) : void
ChangeColor ( int actorID, bool isGreen ) : void
ChangeHp ( int actorID, float hp ) : void
ChangeMp ( int actorID, float mp, int mpChange ) : void
Drop ( int actorID ) : void
RemoveActor ( int actorID ) : void
ShowHpNum ( int actorID, int num ) : void
UpdateVisible ( int actorID ) : void

메소드 상세

Init() 공개 메소드

public Init ( ) : void
리턴 void

Release() 공개 메소드

public Release ( ) : void
리턴 void