Interface IPropertyDrawer<TDrawerAttribute>
Allows to tag a
Namespace: Unity.Properties.Editor
Syntax
public interface IPropertyDrawer<TDrawerAttribute>
where TDrawerAttribute : UnityEngine.PropertyAttribute
Type Parameters
Name | Description |
---|---|
TDrawerAttribute | The |