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