C# 클래스 BaseStats, MagesOfBlight

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

공개 프로퍼티들

프로퍼티 타입 설명
blightRecovery float
currentBlight float
currentHealth float
maxBlight float
maxHealth float

공개 메소드들

메소드 설명
AddBlight ( float amount ) : void
Heal ( float amount ) : void
RecoverBlight ( ) : void
SetActionWindow ( ActionWindow setting ) : void
TakeDamage ( float amount ) : void

보호된 메소드들

메소드 설명
Awake ( ) : void
BlockWindowProtocol ( ) : void
ClosedWindowProtocol ( ) : void
HandleActionWindow ( ) : void
RedirectWindowProtocol ( ) : void
Update ( ) : void

메소드 상세

AddBlight() 공개 메소드

public AddBlight ( float amount ) : void
amount float
리턴 void

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

BlockWindowProtocol() 보호된 메소드

protected BlockWindowProtocol ( ) : void
리턴 void

ClosedWindowProtocol() 보호된 메소드

protected ClosedWindowProtocol ( ) : void
리턴 void

HandleActionWindow() 보호된 메소드

protected HandleActionWindow ( ) : void
리턴 void

Heal() 공개 메소드

public Heal ( float amount ) : void
amount float
리턴 void

RecoverBlight() 공개 메소드

public RecoverBlight ( ) : void
리턴 void

RedirectWindowProtocol() 보호된 메소드

protected RedirectWindowProtocol ( ) : void
리턴 void

SetActionWindow() 공개 메소드

public SetActionWindow ( ActionWindow setting ) : void
setting ActionWindow
리턴 void

TakeDamage() 공개 메소드

public TakeDamage ( float amount ) : void
amount float
리턴 void

Update() 보호된 메소드

protected Update ( ) : void
리턴 void

프로퍼티 상세

blightRecovery 공개적으로 프로퍼티

public float blightRecovery
리턴 float

currentBlight 공개적으로 프로퍼티

public float currentBlight
리턴 float

currentHealth 공개적으로 프로퍼티

public float currentHealth
리턴 float

maxBlight 공개적으로 프로퍼티

public float maxBlight
리턴 float

maxHealth 공개적으로 프로퍼티

public float maxHealth
리턴 float