Tanoda
ImplementsTypeNameDropdown.cs File Reference

Go to the source code of this file.

Classes

class  Leap.Unity.Attributes.ImplementsTypeNameDropdownAttribute
 Place this attribute on a serialized string field to have it render as a dropdown menu that is automatically populated with implementing types of the type provided to the attribute. The string field will contain the type name selected by the user. This can be converted into a Type reference via reflection and used to construct objects by their type, for example, or to construct ScriptableObjects by their type. More...
 

Namespaces

namespace  Leap
 
namespace  Leap.Unity
 
namespace  Leap.Unity.Attributes