使用例

使い方
using Sirenix.OdinInspector; using UnityEngine; public class Example : MonoBehaviour { [EnumPaging] public enum Type { A, B, C } public Type m_type; }
EnumPaging 属性を列挙型や変数に適用することで使用できます

using Sirenix.OdinInspector; using UnityEngine; public class Example : MonoBehaviour { [EnumPaging] public enum Type { A, B, C } public Type m_type; }
EnumPaging 属性を列挙型や変数に適用することで使用できます