Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
SearchableEnumAttribute.cs
Go to the documentation of this file.
1 using System;
2 using UnityEngine;
3 
4 namespace droid.Runtime.Utilities.Misc.SearchableEnum {
11  [AttributeUsage(AttributeTargets.Field)]
12  public class SearchableEnumAttribute : PropertyAttribute { }
13 }
Put this attribute on a public (or SerialzeField) enum in a MonoBehaviour or ScriptableObject to get ...