Class StateEditor
Inheritance
object
StateEditor
Inherited Members
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
public class StateEditor : GraphElementEditor<StateGraphContext>
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 |