Ejemplo n.º 1
0
 public void Add(GameObject gameObject)
 {
     this.gameObjects.Add(gameObject);
 }
Ejemplo n.º 2
0
 public bool isCollission(GameObject gameObject)
 {
     return boundingSphere.Intersects(gameObject.boundingSphere);
 }