NodeEnum.cs 312 B

12345
  1. using UnityEngine;
  2. /// <summary> Draw enums correctly within nodes. Without it, enums show up at the wrong positions. </summary>
  3. /// <remarks> Enums with this attribute are not detected by EditorGui.ChangeCheck due to waiting before executing </remarks>
  4. public class NodeEnumAttribute : PropertyAttribute { }