/// <summary> /// METHOD: AddEntityWorld, a method which adds an entity to the world /// </summary> /// <param name="e"></param> public void AddEntityWorld(IEntity e) { // ADD entity passed in to SceneManagerList SceneMgrEList.Add(e); _sceneGraph.AddSceneList(e); }