Maze / Library /PackageCache /com.unity.visualscripting@1.8.0 /Editor /VisualScripting.State /StateGraphEditor.cs
| namespace Unity.VisualScripting | |
| { | |
| [] | |
| public class StateGraphEditor : GraphEditor | |
| { | |
| public StateGraphEditor(Metadata metadata) : base(metadata) { } | |
| private new StateGraph graph => (StateGraph)base.graph; | |
| } | |
| } | |