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