C# Class BBGamelib.flash.imp.DefineGraphic

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

Protected Properties

Property Type Description
_anchorPoint UnityEngine.Vector2

Public Methods

Method Description
createDisplay ( ) : DisplayObject
trace ( int indent ) : string

Protected Methods

Method Description
parse ( byte data, Cursor cursor ) : void

Method Details

createDisplay() public method

public createDisplay ( ) : DisplayObject
return DisplayObject

parse() protected method

protected parse ( byte data, Cursor cursor ) : void
data byte
cursor Cursor
return void

trace() public method

public trace ( int indent ) : string
indent int
return string

Property Details

_anchorPoint protected_oe property

protected Vector2,UnityEngine _anchorPoint
return UnityEngine.Vector2