예제 #1
0
 public static void AddToLoadingQueue(MonoHelper helper)
 {
     ObjectLoader.AddToLoadingQueue(helper);
 }
예제 #2
0
 protected static JSONClass GetFields(MonoHelper source, JSONClass fieldArray)
 {
     return MonoJSON.GetFields(source, fieldArray);
 }
예제 #3
0
 protected static JSONClass GetFields(MonoHelper source)
 {
     return MonoJSON.GetFields(source);
 }
예제 #4
0
 public static JSONClass ToJSON(MonoHelper helper)
 {
     return MonoJSON.ToJSON(helper);
 }
예제 #5
0
 public static Object Load(string path, Transform parent, Vector3 localPosition, MonoHelper instance)
 {
     return ObjectLoader.Load(path, parent, localPosition, instance);
 }
예제 #6
0
 public static Object Load(string path, Vector3 location, MonoHelper instance)
 {
     return ObjectLoader.Load(path, location, instance);
 }