mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-06 05:01:53 +00:00
Added EditorFlags: Hide entities in hierarchy and editor scene
- Also some Style changes
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace GlitchyEngine.Editor;
|
||||
|
||||
enum EditorFlags
|
||||
{
|
||||
Default = 0,
|
||||
HideInHierarchy = 1,
|
||||
HideInScene = 2,
|
||||
}
|
||||
Reference in New Issue
Block a user