C# Class BBGamelib.flash.imp.Movie

Inheritance: DisplayObjectImp
Datei anzeigen Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Protected Properties

Property Type Description
_bounds UnityEngine.Rect
_currentFrame int
_define DefineMovie
_depth_displayCaches List[]
_depth_displays DisplayObject[]
_isBoundsDirty bool
_tweenMode kTweenMode
_view CCNodeRGBA

Public Methods

Method Description
GotoFrame ( int frame ) : void
Movie ( DefineMovie define ) : UnityEngine
Play ( ) : void
Play ( MovieCallback callback ) : void
SkipFrame ( int frame ) : void
Stop ( ) : void
StopRecursive ( ) : void

Protected Methods

Method Description
recycleDisplayCache ( int depth, DisplayObject displayObj ) : void
removeUnusedPlaceobjs ( FrameObject frameObj ) : void

Private Methods

Method Description
createDisplayObject ( int characterId ) : DisplayObject
getDisplayCache ( int depth, int characterId ) : DisplayObject

Method Details

GotoFrame() public method

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

Movie() public method

public Movie ( DefineMovie define ) : UnityEngine
define DefineMovie
return UnityEngine

Play() public abstract method

public abstract Play ( ) : void
return void

Play() public abstract method

public abstract Play ( MovieCallback callback ) : void
callback MovieCallback
return void

SkipFrame() public method

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

Stop() public abstract method

public abstract Stop ( ) : void
return void

StopRecursive() public abstract method

public abstract StopRecursive ( ) : void
return void

recycleDisplayCache() protected method

protected recycleDisplayCache ( int depth, DisplayObject displayObj ) : void
depth int
displayObj DisplayObject
return void

removeUnusedPlaceobjs() protected method

protected removeUnusedPlaceobjs ( FrameObject frameObj ) : void
frameObj FrameObject
return void

Property Details

_bounds protected_oe property

protected Rect,UnityEngine _bounds
return UnityEngine.Rect

_currentFrame protected_oe property

protected int _currentFrame
return int

_define protected_oe property

protected DefineMovie,BBGamelib.flash.imp _define
return DefineMovie

_depth_displayCaches protected_oe property

protected List[] _depth_displayCaches
return List[]

_depth_displays protected_oe property

protected DisplayObject[] _depth_displays
return DisplayObject[]

_isBoundsDirty protected_oe property

protected bool _isBoundsDirty
return bool

_tweenMode protected_oe property

protected kTweenMode _tweenMode
return kTweenMode

_view protected_oe property

protected CCNodeRGBA _view
return CCNodeRGBA