C# 클래스 PlayerState

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

공개 프로퍼티들

프로퍼티 타입 설명
Multiplier float
deathAnimation ParticleEmitter

공개 메소드들

메소드 설명
DecrementHealth ( int amount ) : void
IncremeentHealth ( int amount ) : void
IncrementScore ( int amount ) : void
IsAliveCheck ( ) : bool
UpdateScore ( ) : void

비공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

메소드 상세

DecrementHealth() 공개 정적인 메소드

public static DecrementHealth ( int amount ) : void
amount int
리턴 void

IncremeentHealth() 공개 정적인 메소드

public static IncremeentHealth ( int amount ) : void
amount int
리턴 void

IncrementScore() 공개 메소드

public IncrementScore ( int amount ) : void
amount int
리턴 void

IsAliveCheck() 공개 정적인 메소드

public static IsAliveCheck ( ) : bool
리턴 bool

UpdateScore() 공개 메소드

public UpdateScore ( ) : void
리턴 void

프로퍼티 상세

Multiplier 공개적으로 정적으로 프로퍼티

public static float Multiplier
리턴 float

deathAnimation 공개적으로 프로퍼티

public ParticleEmitter deathAnimation
리턴 ParticleEmitter