C# 클래스 BBGamelib.scheduler.CCTimerBlock

상속: CCTimer
파일 보기 프로젝트 열기: BigWoodGames/cocos2d-unity 1 사용 예제들

공개 메소드들

메소드 설명
CCTimerBlock ( System owner, float seconds, string key, TICK_IMP block, uint repeat = CCScheduler.kCCRepeatForever, float delay ) : UnityEngine
ToString ( ) : string

보호된 메소드들

메소드 설명
cancel ( ) : void
trigger ( ) : void

메소드 상세

CCTimerBlock() 공개 메소드

public CCTimerBlock ( System owner, float seconds, string key, TICK_IMP block, uint repeat = CCScheduler.kCCRepeatForever, float delay ) : UnityEngine
owner System
seconds float
key string
block TICK_IMP
repeat uint
delay float
리턴 UnityEngine

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

cancel() 보호된 메소드

protected cancel ( ) : void
리턴 void

trigger() 보호된 메소드

protected trigger ( ) : void
리턴 void