Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.
Samuel Rasquinha edited this page Jun 17, 2020 · 1 revision

What are Scenes?

Scenes are like a plane where Objects or Sprites or even Lights are placed. You can place Objects, Sprites and Lights in a scene.

Using the appropriate functions.

Scene Loading

Use the Scene::LoadSceneFile("MyBeautifulScene.sce"); to load a scene file which has been created using the scene editor.

Clone this wiki locally