Skip to content

Scene Editing

Overview

The philosophy of Astora Engine lies enable switch ways between editor and pure code. All of it depends on a .scene file.With editor There are two ways to edit a scene: - Edit scenes by Astora Editor - Edit with pure C# code and generate .scene file

With editor, you can edit .scene file visually. With Pure C# Code, you can edit scene structure and node property using SceneBuilder class to generate .scene file from C# code.

Pure C# Code