C# 클래스 Experience, Castle-Bashers

상속: MonoBehaviour
파일 보기 프로젝트 열기: DevelopersGuild/Castle-Bashers 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ExperincePointsPerLevel int
currentLevel int

공개 메소드들

메소드 설명
AddExperience ( int amountToAdd ) : void
GetCurrentLevel ( ) : int
GetExperience ( ) : int
GetNEXP ( ) : int
LevelUp ( ) : void
SetExperience ( int EXP ) : void
SetLevel ( int lv ) : void
SpendPoint ( ExperiencePointType spendPointOn ) : bool
Start ( ) : void

메소드 상세

AddExperience() 공개 메소드

public AddExperience ( int amountToAdd ) : void
amountToAdd int
리턴 void

GetCurrentLevel() 공개 메소드

public GetCurrentLevel ( ) : int
리턴 int

GetExperience() 공개 메소드

public GetExperience ( ) : int
리턴 int

GetNEXP() 공개 메소드

public GetNEXP ( ) : int
리턴 int

LevelUp() 공개 메소드

public LevelUp ( ) : void
리턴 void

SetExperience() 공개 메소드

public SetExperience ( int EXP ) : void
EXP int
리턴 void

SetLevel() 공개 메소드

public SetLevel ( int lv ) : void
lv int
리턴 void

SpendPoint() 공개 메소드

public SpendPoint ( ExperiencePointType spendPointOn ) : bool
spendPointOn ExperiencePointType
리턴 bool

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

ExperincePointsPerLevel 공개적으로 프로퍼티

public int ExperincePointsPerLevel
리턴 int

currentLevel 공개적으로 프로퍼티

public int currentLevel
리턴 int