C# Class BBGamelib.flash.imp.Movie

Inheritance: DisplayObjectImp
Afficher le fichier Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Protected Properties

Свойство Type Description
_bounds UnityEngine.Rect
_currentFrame int
_define DefineMovie
_depth_displayCaches List[]
_depth_displays DisplayObject[]
_isBoundsDirty bool
_tweenMode kTweenMode
_view CCNodeRGBA

Méthodes publiques

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

Méthodes protégées

Méthode Description
recycleDisplayCache ( int depth, DisplayObject displayObj ) : void
removeUnusedPlaceobjs ( FrameObject frameObj ) : void

Private Methods

Méthode Description
createDisplayObject ( int characterId ) : DisplayObject
getDisplayCache ( int depth, int characterId ) : DisplayObject

Method Details

GotoFrame() public méthode

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

Movie() public méthode

public Movie ( DefineMovie define ) : UnityEngine
define DefineMovie
Résultat UnityEngine

Play() public abstract méthode

public abstract Play ( ) : void
Résultat void

Play() public abstract méthode

public abstract Play ( MovieCallback callback ) : void
callback MovieCallback
Résultat void

SkipFrame() public méthode

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

Stop() public abstract méthode

public abstract Stop ( ) : void
Résultat void

StopRecursive() public abstract méthode

public abstract StopRecursive ( ) : void
Résultat void

recycleDisplayCache() protected méthode

protected recycleDisplayCache ( int depth, DisplayObject displayObj ) : void
depth int
displayObj DisplayObject
Résultat void

removeUnusedPlaceobjs() protected méthode

protected removeUnusedPlaceobjs ( FrameObject frameObj ) : void
frameObj FrameObject
Résultat void

Property Details

_bounds protected_oe property

protected Rect,UnityEngine _bounds
Résultat UnityEngine.Rect

_currentFrame protected_oe property

protected int _currentFrame
Résultat int

_define protected_oe property

protected DefineMovie,BBGamelib.flash.imp _define
Résultat DefineMovie

_depth_displayCaches protected_oe property

protected List[] _depth_displayCaches
Résultat List[]

_depth_displays protected_oe property

protected DisplayObject[] _depth_displays
Résultat DisplayObject[]

_isBoundsDirty protected_oe property

protected bool _isBoundsDirty
Résultat bool

_tweenMode protected_oe property

protected kTweenMode _tweenMode
Résultat kTweenMode

_view protected_oe property

protected CCNodeRGBA _view
Résultat CCNodeRGBA