C# 클래스 SkillSystem.SkillConfigManager

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

공개 메소드들

메소드 설명
Clear ( ) : void
ExistSkill ( int id ) : bool
LoadSkill ( string file ) : void
LoadSkillIfNotExist ( int id, string file ) : void
LoadSkillText ( string text ) : void
NewSkillInstance ( int id ) : SkillInstance

비공개 메소드들

메소드 설명
GetSkillInstanceResource ( int id ) : SkillInstance
Load ( Dsl dataFile ) : void
SkillConfigManager ( ) : System

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ExistSkill() 공개 메소드

public ExistSkill ( int id ) : bool
id int
리턴 bool

LoadSkill() 공개 메소드

public LoadSkill ( string file ) : void
file string
리턴 void

LoadSkillIfNotExist() 공개 메소드

public LoadSkillIfNotExist ( int id, string file ) : void
id int
file string
리턴 void

LoadSkillText() 공개 메소드

public LoadSkillText ( string text ) : void
text string
리턴 void

NewSkillInstance() 공개 메소드

public NewSkillInstance ( int id ) : SkillInstance
id int
리턴 SkillInstance