Ejemplo n.º 1
0
 public extern Loader Add(string url, LoaderOptions options = null, Action callback = null);
Ejemplo n.º 2
0
 public extern Loader Add(object obj, LoaderOptions options = null, Action callback = null);
Ejemplo n.º 3
0
 public extern Resource(string name           = null, Union <string, string[]> url = null,
                        LoaderOptions options = null);