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