Maze / Library /PackageCache /com.unity.visualscripting@1.8.0 /Runtime /VisualScripting.State /StateEventHooks.cs
| namespace Unity.VisualScripting | |
| { | |
| public static class StateEventHooks | |
| { | |
| public const string OnEnterState = nameof(OnEnterState); | |
| public const string OnExitState = nameof(OnExitState); | |
| } | |
| } | |