Beispiel #1
0
 public System.Collections.Generic.IEnumerator <byte> Load <T>(IResourceReference component, string customResourcePath, System.Action <T> callback, bool async)      /*where T : Object*/
 {
     return(WindowSystemResources.LoadResource <T>(this, component, customResourcePath, callback, async));
 }
Beispiel #2
0
 public IEnumerator Load <T>(IImageComponent component, Graphic graphic, string customResourcePath, System.Action <T> callback) where T : Object
 {
     yield return(WindowSystemResources.LoadResource <T>(this, component, graphic, customResourcePath, callback));
 }