C# 클래스 ConsumeLimitCD, TestGame

파일 보기 프로젝트 열기: liuxq/TestGame

공개 프로퍼티들

프로퍼티 타입 설명
instance ConsumeLimitCD,
restTime float
totalTime float

공개 메소드들

메소드 설명
Start ( float time ) : void
Update ( float deltaTime ) : void
isWaiting ( ) : bool

비공개 메소드들

메소드 설명
ConsumeLimitCD ( ) : System.Collections

메소드 상세

Start() 공개 메소드

public Start ( float time ) : void
time float
리턴 void

Update() 공개 메소드

public Update ( float deltaTime ) : void
deltaTime float
리턴 void

isWaiting() 공개 메소드

public isWaiting ( ) : bool
리턴 bool

프로퍼티 상세

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

public static ConsumeLimitCD, instance
리턴 ConsumeLimitCD,

restTime 공개적으로 프로퍼티

public float restTime
리턴 float

totalTime 공개적으로 프로퍼티

public float totalTime
리턴 float