Maze / Library /PackageCache /com.unity.visualscripting@1.8.0 /Runtime /VisualScripting.Flow /Framework /Control /SwitchOnInteger.cs
| namespace Unity.VisualScripting | |
| { | |
| /// <summary> | |
| /// Branches flow by switching over an integer. | |
| /// </summary> | |
| [] | |
| [] | |
| [] | |
| [] | |
| [] | |
| public class SwitchOnInteger : SwitchUnit<int> | |
| { | |
| } | |
| } | |