Method | Description | |
---|---|---|
ConvertCartridge ( |
Converts the Cartridge object in a format valid for the given engine. - Convert Lua code - Convert strings in special format and insert any special code - Convert medias |
|
ConvertString ( string text ) : string |
Converts a string into GWC header file format.
|
|
EngineOpenWIG ( ) : System |
Method | Description | |
---|---|---|
ConvertMedia ( |
Converts the media in a valid format for this player and returns a valid resource, if there are any. Checks, which resource belongs to this player, change the size or format, if needed, and creates a MediaResource. |
public ConvertCartridge ( |
||
cartridge | Cartridge object to convert. | |
return |
public ConvertString ( string text ) : string | ||
text | string | Original string. |
return | string |