study/first_study/Library/PackageCache/com.unity.visualscripting@191c0d7e3b69/Runtime/VisualScripting.State/Units/GetStateGraphs.cs
jh04010421 739d49f1a0 Unity | 2026.01.20
수업 실습 파일
2026-01-20 11:01:57 +09:00

9 lines
259 B
C#

namespace Unity.VisualScripting
{
/// <summary>
/// Get a list of all the StateGraphs from a GameObject
/// </summary>
[TypeIcon(typeof(StateGraph))]
public class GetStateGraphs : GetGraphs<StateGraph, StateGraphAsset, StateMachine> { }
}