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