ScriptCore: Marked EditorFlags as falgs

This commit is contained in:
Simon Lübeß
2024-04-15 00:02:08 +02:00
parent b65bdb84ae
commit d1fc33cb6d
+4 -1
View File
@@ -1,8 +1,11 @@
namespace GlitchyEngine.Editor;
using System;
namespace GlitchyEngine.Editor;
/// <summary>
/// Flags to controls the visibility of the entity in the editor and how it can be interacted with for editing.
/// </summary>
[Flags]
public enum EditorFlags : byte
{
/// <summary>