Class InspectorImplementationOrderAttribute
Implements
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.Editor.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class InspectorImplementationOrderAttribute : Attribute, _Attribute
Constructors
InspectorImplementationOrderAttribute(int)
Declaration
public InspectorImplementationOrderAttribute(int order)
Parameters
| Type | Name | Description |
|---|---|---|
| int | order |
Properties
order
Declaration
public int order { get; }
Property Value
| Type | Description |
|---|---|
| int |