private void RemoveChild(Spatial inChild) { children.Remove(inChild); }
private void AddChild(Spatial inChild) { children.Add(inChild); }