api: add get/set min level to Scene

This commit is contained in:
Adam
2021-03-30 11:09:24 -04:00
parent d1d5707f1a
commit 93f2932ea4

View File

@@ -39,6 +39,20 @@ public interface Scene
int getDrawDistance();
void setDrawDistance(int drawDistance);
/**
* Get the minimum scene level which will be rendered
*
* @return the plane of the minimum level
*/
int getMinLevel();
/**
* Set the minimum scene level which will be rendered
*
* @param minLevel the plane of the minimum level
*/
void setMinLevel(int minLevel);
/**
* Remove a game object from the scene
* @param gameObject