CTT/Unity/Assets/XNode/Attributes/NodeEnum.cs

5 lines
312 B
C#
Raw Normal View History

2021-04-08 20:09:59 +08:00
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 { }