- namespace Unity.VisualScripting
- {
- /// <summary>
- /// Branches flow by switching over an integer.
- /// </summary>
- [UnitCategory("Control")]
- [UnitTitle("Switch On Integer")]
- [UnitShortTitle("Switch")]
- [UnitSubtitle("On Integer")]
- [UnitOrder(5)]
- public class SwitchOnInteger : SwitchUnit<int>
- {
- }
- }
|