api: add get/set min level to Scene
This commit is contained in:
@@ -39,6 +39,20 @@ public interface Scene
|
|||||||
int getDrawDistance();
|
int getDrawDistance();
|
||||||
void setDrawDistance(int drawDistance);
|
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
|
* Remove a game object from the scene
|
||||||
* @param gameObject
|
* @param gameObject
|
||||||
|
|||||||
Reference in New Issue
Block a user