Ejemplo n.º 1
0
 public static void Detach(int source, int index, int other, bool oneWay, WindowLayoutElement component = null)
 {
     FlowSystem.instance.data.Detach(source, index, other, oneWay, component);
     FlowSystem.SetCompileDirty();
 }
Ejemplo n.º 2
0
 public static void DestroyWindow(int id)
 {
     FlowSystem.instance.data.DestroyWindow(id);
     FlowSystem.SetCompileDirty();
 }