Ejemplo n.º 1
0
 /**
  * Remove @InObjects from objects.
  */
 public void RemoveObjects(GameObject[] InObjects)
 {
     ArrayExt.Remove(ref objects, InObjects);
 }
Ejemplo n.º 2
0
 /**
  * Remove @InObject from objects.
  */
 public void RemoveObject(GameObject InObject)
 {
     ArrayExt.Remove(ref objects, InObject);
 }