Class InspectableAttribute
Namespace: Unity.VisualScripting
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
public sealed class InspectableAttribute : Attribute, _Attribute, IInspectableAttribute
Constructors
InspectableAttribute()
Declaration
public InspectableAttribute()
Properties
order
Declaration
public int order { get; set; }
Property Value
Type | Description |
---|---|
Int32 |