Class InspectorOptionsAttribute
Allows to configure how the UI hierarchy is generated.
Inherited Members
Namespace: Unity.Properties.UI
Syntax
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
public class InspectorOptionsAttribute : InspectorAttribute, _Attribute
Properties
HideResetToDefault
Suppresses the "Reset to default" context menu item.
Declaration
public bool HideResetToDefault { get; set; }
Property Value
Type | Description |
---|---|
Boolean |