Maze / Library /PackageCache /com.unity.visualscripting@1.8.0 /Runtime /VisualScripting.Flow /Framework /Graph /GetScriptGraphs.cs
| namespace Unity.VisualScripting | |
| { | |
| /// <summary> | |
| /// Get a list of all the ScriptGraphs from a GameObject | |
| /// </summary> | |
| [] | |
| public class GetScriptGraphs : GetGraphs<FlowGraph, ScriptGraphAsset, ScriptMachine> { } | |
| } | |