C# Class BBGamelib.flash.wrap.BBFlashMovieImp

Inheritance: BBGamelib.flash.imp.MovieImp, BBFlashMovie
Mostra file Open project: BigWoodGames/cocos2d-unity

Public Methods

Method Description
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

Method Details

BBFlashMovieImp() public method

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

GetMoviesUnderPointInWorld() public method

public GetMoviesUnderPointInWorld ( Vector2 worldPoint ) : List
worldPoint Vector2
return List

GetMoviesUnderTouch() public method

public GetMoviesUnderTouch ( UITouch touch ) : List
touch UITouch
return List

GotoFrame() public method

public GotoFrame ( int frame ) : void
frame int
return void

addFrameEventListener() public method

public addFrameEventListener ( System target, Action callback ) : void
target System
callback Action
return void

frameEventCallback() public method

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

getChildByClassName() public method

public getChildByClassName ( string name ) : BBFlashMovie
name string
return BBFlashMovie

getChildByInstanceName() public method

public getChildByInstanceName ( string name ) : BBFlashMovie
name string
return BBFlashMovie

getChildrenByClassName() public method

public getChildrenByClassName ( string name ) : List
name string
return List

getFrame() public method

public getFrame ( string label ) : int
label string
return int

gotoAndPlay() public method

public gotoAndPlay ( int start, int end ) : void
start int
end int
return void

gotoAndPlay() public method

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

gotoAndPlay() public method

public gotoAndPlay ( string start, string end ) : void
start string
end string
return void

gotoAndPlay() public method

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

gotoAndStop() public method

public gotoAndStop ( int frame ) : void
frame int
return void

gotoAndStop() public method

public gotoAndStop ( string label ) : void
label string
return void

hasLabel() public method

public hasLabel ( string label ) : bool
label string
return bool

pause() public method

public pause ( ) : void
return void

play() public method

public play ( ) : void
return void

play() public method

public play ( Action callback ) : void
callback Action
return void

removeFrameEventListener() public method

public removeFrameEventListener ( System target ) : void
target System
return void

resume() public method

public resume ( ) : void
return void

stop() public method

public stop ( ) : void
return void

stopRecursive() public method

public stopRecursive ( ) : void
return void