api: add method to remove game objects from scene
This commit is contained in:
@@ -38,4 +38,10 @@ public interface Scene
|
||||
|
||||
int getDrawDistance();
|
||||
void setDrawDistance(int drawDistance);
|
||||
|
||||
/**
|
||||
* Remove a game object from the scene
|
||||
* @param gameObject
|
||||
*/
|
||||
void removeGameObject(GameObject gameObject);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user