Maze / Library /PackageCache /com.unity.visualscripting@1.8.0 /Runtime /VisualScripting.State /Units /GetStateGraphs.cs
| namespace Unity.VisualScripting | |
| { | |
| /// <summary> | |
| /// Get a list of all the StateGraphs from a GameObject | |
| /// </summary> | |
| [] | |
| public class GetStateGraphs : GetGraphs<StateGraph, StateGraphAsset, StateMachine> { } | |
| } | |