C# 클래스 BBGamelib.scheduler.CCTimerTargetSelector

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

공개 메소드들

메소드 설명
CCTimerTargetSelector ( System t, TICK_IMP selector, float interval, uint repeat = CCScheduler.kCCRepeatForever, float delay ) : UnityEngine
ToString ( ) : string

보호된 메소드들

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

메소드 상세

CCTimerTargetSelector() 공개 메소드

public CCTimerTargetSelector ( System t, TICK_IMP selector, float interval, uint repeat = CCScheduler.kCCRepeatForever, float delay ) : UnityEngine
t System
selector TICK_IMP
interval float
repeat uint
delay float
리턴 UnityEngine

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

cancel() 보호된 메소드

protected cancel ( ) : void
리턴 void

trigger() 보호된 메소드

protected trigger ( ) : void
리턴 void