【a】XNode
This commit is contained in:
5
Assets/10.XNode/Scripts/Attributes/NodeEnum.cs
Normal file
5
Assets/10.XNode/Scripts/Attributes/NodeEnum.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
using UnityEngine;
|
||||
|
||||
/// <summary> Draw enums correctly within nodes. Without it, enums show up at the wrong positions. </summary>
|
||||
/// <remarks> Enums with this attribute are not detected by EditorGui.ChangeCheck due to waiting before executing </remarks>
|
||||
public class NodeEnumAttribute : PropertyAttribute { }
|
||||
Reference in New Issue
Block a user