C# Class BBGamelib.flash.imp.FrameObject

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

Public Properties

Property Type Description
frameNumber int
label string
soundEvents int

Public Methods

Method Description
FrameObject ( int aFrameNumber, byte data, Cursor cursor ) : UnityEngine
trace ( int indent ) : string

Method Details

FrameObject() public method

public FrameObject ( int aFrameNumber, byte data, Cursor cursor ) : UnityEngine
aFrameNumber int
data byte
cursor Cursor
return UnityEngine

trace() public method

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

Property Details

frameNumber public_oe property

public int frameNumber
return int

label public_oe property

public string label
return string

soundEvents public_oe property

public int soundEvents
return int