C# 클래스 BBGamelib.CCRepeatForever

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

공개 메소드들

메소드 설명
CCRepeatForever ( CCActionInterval action ) : UnityEngine
initWithAction ( CCActionInterval action ) : void
isDone ( ) : bool
reverse ( ) : CCRepeatForever
startWithTarget ( System aTarget ) : void
step ( float dt ) : void

보호된 메소드들

메소드 설명
copyImpl ( ) : CCAction

메소드 상세

CCRepeatForever() 공개 메소드

public CCRepeatForever ( CCActionInterval action ) : UnityEngine
action CCActionInterval
리턴 UnityEngine

copyImpl() 보호된 메소드

protected copyImpl ( ) : CCAction
리턴 CCAction

initWithAction() 공개 메소드

public initWithAction ( CCActionInterval action ) : void
action CCActionInterval
리턴 void

isDone() 공개 메소드

public isDone ( ) : bool
리턴 bool

reverse() 공개 메소드

public reverse ( ) : CCRepeatForever
리턴 CCRepeatForever

startWithTarget() 공개 메소드

public startWithTarget ( System aTarget ) : void
aTarget System
리턴 void

step() 공개 메소드

public step ( float dt ) : void
dt float
리턴 void