mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
ScriptCore: Marked EditorFlags as falgs
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
namespace GlitchyEngine.Editor;
|
using System;
|
||||||
|
|
||||||
|
namespace GlitchyEngine.Editor;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Flags to controls the visibility of the entity in the editor and how it can be interacted with for editing.
|
/// Flags to controls the visibility of the entity in the editor and how it can be interacted with for editing.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[Flags]
|
||||||
public enum EditorFlags : byte
|
public enum EditorFlags : byte
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user