Ejemplo n.º 1
0
 /// <summary>
 /// Use this method to remove a prototype definition at runtime
 /// </summary>
 /// <param name="prefabManager">The GPUI Prefab Manager that the prefab prototype is defined on</param>
 /// <param name="prefabPrototype">GPUI Prefab Prototype ro remove from the manager</param>
 public static void RemovePrototypeAtRuntime(GPUInstancerPrefabManager prefabManager, GPUInstancerPrefabPrototype prefabPrototype)
 {
     prefabManager.RemovePrototypeAtRuntime(prefabPrototype);
 }