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
}
System
droid
droid.Runtime.Utilities.Misc.SearchableEnum.SearchableEnumAttribute
Put this attribute on a public (or SerialzeField) enum in a MonoBehaviour or ScriptableObject to get ...
Definition:
SearchableEnumAttribute.cs:12
UnityEngine
Runtime
Utilities
Misc
SearchableEnum
SearchableEnumAttribute.cs
Generated by
1.8.13