Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Scene

Add this in your code:

#include <engine/scene_management/scene.h>

Description

Asset that represents a game world. A scene stores a list of GameObject and Components.

A scene should a least contains a camera.

It can be used in the Project Settings menu and by the SceneManager class.