Resource

Resource descriptor

Members

Functions

free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get()

The method to get the object. If the object turns out to be the wrong one, the contract will work.

getName
string getName()
Undocumented in source. Be warned that the author may not have intended to support it.
getPath
string getPath()
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init(T resource)

Initializes a resource. For this, he saves the name of the type and later, according to this type, he can determine further calls to it.

Variables

isFont
bool isFont;
Undocumented in source.
name
string name;

Local name object

object
Object object;

Object

path
string path;

Releative path object

type
string type;

Type name object

Meta