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

9 lines
245 B
C#

namespace Unity.VisualScripting
{
/// <summary>
/// Get a StateGraphAsset from a GameObject
/// </summary>
[TypeIcon(typeof(StateGraph))]
public class GetStateGraph : GetGraph<StateGraph, StateGraphAsset, StateMachine> { }
}