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