C# Class BBGamelib.flash.imp.Define

Datei anzeigen Open project: BigWoodGames/cocos2d-unity

Protected Properties

Property Type Description
_characterId int
_className string
_flash Flash

Public Methods

Method Description
createDisplay ( ) : DisplayObject
init ( Flash flash, byte data, Cursor cursor ) : Define
trace ( int indent ) : string

Protected Methods

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

Method Details

createDisplay() public abstract method

public abstract createDisplay ( ) : DisplayObject
return DisplayObject

init() public method

public init ( Flash flash, byte data, Cursor cursor ) : Define
flash Flash
data byte
cursor Cursor
return Define

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

_characterId protected_oe property

protected int _characterId
return int

_className protected_oe property

protected string _className
return string

_flash protected_oe property

protected Flash,BBGamelib.flash.imp _flash
return Flash