C# 클래스 BBGamelib.flash.wrap.BBFlashMovieImp

상속: BBGamelib.flash.imp.MovieImp, BBFlashMovie
파일 보기 프로젝트 열기: BigWoodGames/cocos2d-unity

공개 메소드들

메소드 설명
BBFlashMovieImp ( DefineMovie define ) : UnityEngine
GetMoviesUnderPointInWorld ( Vector2 worldPoint ) : List
GetMoviesUnderTouch ( UITouch touch ) : List
GotoFrame ( int frame ) : void
addFrameEventListener ( System target, Action callback ) : void
frameEventCallback ( Movie mov ) : void
getChildByClassName ( string name ) : BBFlashMovie
getChildByInstanceName ( string name ) : BBFlashMovie
getChildrenByClassName ( string name ) : List
getFrame ( string label ) : int
gotoAndPlay ( int start, int end ) : void
gotoAndPlay ( int start, int end, Action callback ) : void
gotoAndPlay ( string start, string end ) : void
gotoAndPlay ( string start, string end, Action callback ) : void
gotoAndStop ( int frame ) : void
gotoAndStop ( string label ) : void
hasLabel ( string label ) : bool
pause ( ) : void
play ( ) : void
play ( Action callback ) : void
removeFrameEventListener ( System target ) : void
resume ( ) : void
stop ( ) : void
stopRecursive ( ) : void

메소드 상세

BBFlashMovieImp() 공개 메소드

public BBFlashMovieImp ( DefineMovie define ) : UnityEngine
define BBGamelib.flash.imp.DefineMovie
리턴 UnityEngine

GetMoviesUnderPointInWorld() 공개 메소드

public GetMoviesUnderPointInWorld ( Vector2 worldPoint ) : List
worldPoint Vector2
리턴 List

GetMoviesUnderTouch() 공개 메소드

public GetMoviesUnderTouch ( UITouch touch ) : List
touch UITouch
리턴 List

GotoFrame() 공개 메소드

public GotoFrame ( int frame ) : void
frame int
리턴 void

addFrameEventListener() 공개 메소드

public addFrameEventListener ( System target, Action callback ) : void
target System
callback Action
리턴 void

frameEventCallback() 공개 메소드

public frameEventCallback ( Movie mov ) : void
mov BBGamelib.flash.imp.Movie
리턴 void

getChildByClassName() 공개 메소드

public getChildByClassName ( string name ) : BBFlashMovie
name string
리턴 BBFlashMovie

getChildByInstanceName() 공개 메소드

public getChildByInstanceName ( string name ) : BBFlashMovie
name string
리턴 BBFlashMovie

getChildrenByClassName() 공개 메소드

public getChildrenByClassName ( string name ) : List
name string
리턴 List

getFrame() 공개 메소드

public getFrame ( string label ) : int
label string
리턴 int

gotoAndPlay() 공개 메소드

public gotoAndPlay ( int start, int end ) : void
start int
end int
리턴 void

gotoAndPlay() 공개 메소드

public gotoAndPlay ( int start, int end, Action callback ) : void
start int
end int
callback Action
리턴 void

gotoAndPlay() 공개 메소드

public gotoAndPlay ( string start, string end ) : void
start string
end string
리턴 void

gotoAndPlay() 공개 메소드

public gotoAndPlay ( string start, string end, Action callback ) : void
start string
end string
callback Action
리턴 void

gotoAndStop() 공개 메소드

public gotoAndStop ( int frame ) : void
frame int
리턴 void

gotoAndStop() 공개 메소드

public gotoAndStop ( string label ) : void
label string
리턴 void

hasLabel() 공개 메소드

public hasLabel ( string label ) : bool
label string
리턴 bool

pause() 공개 메소드

public pause ( ) : void
리턴 void

play() 공개 메소드

public play ( ) : void
리턴 void

play() 공개 메소드

public play ( Action callback ) : void
callback Action
리턴 void

removeFrameEventListener() 공개 메소드

public removeFrameEventListener ( System target ) : void
target System
리턴 void

resume() 공개 메소드

public resume ( ) : void
리턴 void

stop() 공개 메소드

public stop ( ) : void
리턴 void

stopRecursive() 공개 메소드

public stopRecursive ( ) : void
리턴 void