Class InspectorAttribute
Base class to derive property attributes that can work on fields and properties.
Inherited Members
Namespace: Unity.Properties.UI
Syntax
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public abstract class InspectorAttribute : PropertyAttribute, _Attribute