C# Class BBGamelib.flash.wrap.BBFlashGraphic

Inheritance: BBGamelib.flash.imp.Graphic, BBFlashMovie
Afficher le fichier Open project: BigWoodGames/cocos2d-unity

Méthodes publiques

Méthode Description
BBFlashGraphic ( DefineGraphic define ) : UnityEngine
GetMoviesUnderPointInWorld ( Vector2 worldPoint ) : List
GetMoviesUnderTouch ( UITouch touch ) : List
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

BBFlashGraphic() public méthode

public BBFlashGraphic ( DefineGraphic define ) : UnityEngine
define BBGamelib.flash.imp.DefineGraphic
Résultat UnityEngine

GetMoviesUnderPointInWorld() public méthode

public GetMoviesUnderPointInWorld ( Vector2 worldPoint ) : List
worldPoint Vector2
Résultat List

GetMoviesUnderTouch() public méthode

public GetMoviesUnderTouch ( UITouch touch ) : List
touch UITouch
Résultat List

addFrameEventListener() public méthode

public addFrameEventListener ( System target, Action callback ) : void
target System
callback Action
Résultat void

frameEventCallback() public méthode

public frameEventCallback ( Movie mov ) : void
mov BBGamelib.flash.imp.Movie
Résultat void

getChildByClassName() public méthode

public getChildByClassName ( string name ) : BBFlashMovie
name string
Résultat BBFlashMovie

getChildByInstanceName() public méthode

public getChildByInstanceName ( string name ) : BBFlashMovie
name string
Résultat BBFlashMovie

getChildrenByClassName() public méthode

public getChildrenByClassName ( string name ) : List
name string
Résultat List

getFrame() public méthode

public getFrame ( string label ) : int
label string
Résultat int

gotoAndPlay() public méthode

public gotoAndPlay ( int start, int end ) : void
start int
end int
Résultat void

gotoAndPlay() public méthode

public gotoAndPlay ( int start, int end, Action callback ) : void
start int
end int
callback Action
Résultat void

gotoAndPlay() public méthode

public gotoAndPlay ( string start, string end ) : void
start string
end string
Résultat void

gotoAndPlay() public méthode

public gotoAndPlay ( string start, string end, Action callback ) : void
start string
end string
callback Action
Résultat void

gotoAndStop() public méthode

public gotoAndStop ( int frame ) : void
frame int
Résultat void

gotoAndStop() public méthode

public gotoAndStop ( string label ) : void
label string
Résultat void

hasLabel() public méthode

public hasLabel ( string label ) : bool
label string
Résultat bool

pause() public méthode

public pause ( ) : void
Résultat void

play() public méthode

public play ( ) : void
Résultat void

play() public méthode

public play ( Action callback ) : void
callback Action
Résultat void

removeFrameEventListener() public méthode

public removeFrameEventListener ( System target ) : void
target System
Résultat void

resume() public méthode

public resume ( ) : void
Résultat void

stop() public méthode

public stop ( ) : void
Résultat void

stopRecursive() public méthode

public stopRecursive ( ) : void
Résultat void