public void Remove(IDrawableSceneObject obj) { this.objects.Remove(obj); }
public void Add(IDrawableSceneObject obj) { this.objects.Add(obj); }