public void Add(GameObject gameObject) { this.gameObjects.Add(gameObject); }
public bool isCollission(GameObject gameObject) { return boundingSphere.Intersects(gameObject.boundingSphere); }