# SceneManager

> Component Author: [Jabo](https://github.com/jabo-bernardo)\
> Release Date: April 11, 2020

{% hint style="info" %}
*NOTE: This Component is a **Static** class*
{% endhint %}

{% tabs %}
{% tab title="Methods" %}

```java
SceneManager.setScene(Scene scene); // Sets the active scene

SceneManager.getActiveScene(); // Returns Scene Object
```

{% endtab %}
{% endtabs %}
