Maze / Library /PackageCache /com.unity.visualscripting@1.8.0 /Runtime /VisualScripting.State /StateEnterReason.cs
| namespace Unity.VisualScripting | |
| { | |
| public enum StateEnterReason | |
| { | |
| Start, | |
| Branch, | |
| Forced | |
| } | |
| } | |
| namespace Unity.VisualScripting | |
| { | |
| public enum StateEnterReason | |
| { | |
| Start, | |
| Branch, | |
| Forced | |
| } | |
| } | |