Property | Type | Description | |
---|---|---|---|
chId_defs | BBGamelib.flash.imp.Define[] | ||
className_defs | Define>.Dictionary | ||
displayFactory | DisplayFactory | ||
flashVersion | int | ||
frameRate | int | ||
frameSize | |||
prefix | string | ||
version | int |
Method | Description | |
---|---|---|
Flash ( string path, DisplayFactory aFactory ) : UnityEngine | ||
getDefine ( int characterId ) : |
||
getDefine ( string className ) : |
||
readDefines ( byte data, Cursor cursor ) : void | ||
readHeader ( byte data, Cursor cursor ) : void | ||
trace ( int indent ) : string |
Method | Description | |
---|---|---|
versionToString ( int version ) : string |
public Flash ( string path, DisplayFactory aFactory ) : UnityEngine | ||
path | string | |
aFactory | DisplayFactory | |
return | UnityEngine |
public getDefine ( int characterId ) : |
||
characterId | int | |
return |
public getDefine ( string className ) : |
||
className | string | |
return |
public readDefines ( byte data, Cursor cursor ) : void | ||
data | byte | |
cursor | Cursor | |
return | void |
public readHeader ( byte data, Cursor cursor ) : void | ||
data | byte | |
cursor | Cursor | |
return | void |
public Define[],BBGamelib.flash.imp chId_defs | ||
return | BBGamelib.flash.imp.Define[] |