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