mirror of
https://github.com/Siccity/xNode.git
synced 2025-12-20 01:06:01 +08:00
5 lines
312 B
C#
5 lines
312 B
C#
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 { } |