示例#1
0
 void ClearButton()
 {
     if (GUILayout.Button("Limpiar nodos"))
     {
         nodegroup.Clear();
     }
 }