Maze / Library /PackageCache /com.unity.visualscripting@1.8.0 /Runtime /VisualScripting.Flow /Framework /Control /SelectOnInteger.cs
| namespace Unity.VisualScripting | |
| { | |
| /// <summary> | |
| /// Selects a value from a set by switching over an integer. | |
| /// </summary> | |
| [] | |
| [] | |
| [] | |
| [] | |
| [] | |
| public class SelectOnInteger : SelectUnit<int> | |
| { | |
| } | |
| } | |