Class InspectorReorderableAttribute
Namespace: Ludiq
Syntax
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)]
public sealed class InspectorReorderableAttribute : Attribute, _Attribute
Constructors
InspectorReorderableAttribute(Boolean)
Declaration
public InspectorReorderableAttribute(bool reorderable = true)
Parameters
| Type | Name | Description |
|---|---|---|
| Boolean | reorderable |
Properties
reorderable
Declaration
public bool reorderable { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |