Add EditorScene for using gameplay logic in editor preview windows

This commit is contained in:
Wojtek Figat
2021-02-17 12:31:03 +01:00
parent 57e4831a5f
commit 62bfc94f24
5 changed files with 45 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ class NavMesh;
/// <summary>
/// The scene root object that contains a hierarchy of actors.
/// </summary>
API_CLASS() class FLAXENGINE_API Scene final : public Actor
API_CLASS() class FLAXENGINE_API Scene : public Actor
{
DECLARE_SCENE_OBJECT(Scene);
friend Level;