Class StateEditor
Inheritance
StateEditor
Inherited Members
Namespace: Unity.VisualScripting
Syntax
[Editor(typeof(IState))]
public class StateEditor : GraphElementEditor<StateGraphContext>, IDisposable
Constructors
StateEditor(Metadata)
Declaration
public StateEditor(Metadata metadata)
Parameters
| Type | Name | Description |
|---|---|---|
| Metadata | metadata |
Properties
description
Declaration
protected StateDescription description { get; }
Property Value
| Type | Description |
|---|---|
| StateDescription |
state
Declaration
protected IState state { get; }
Property Value
| Type | Description |
|---|---|
| IState |