Maze / Library /PackageCache /com.unity.visualscripting@1.8.0 /Runtime /VisualScripting.Flow /Framework /Control /IBranchUnit.cs
| namespace Unity.VisualScripting | |
| { | |
| [] | |
| public interface IBranchUnit : IUnit | |
| { | |
| ControlInput enter { get; } | |
| } | |
| } | |
| namespace Unity.VisualScripting | |
| { | |
| [] | |
| public interface IBranchUnit : IUnit | |
| { | |
| ControlInput enter { get; } | |
| } | |
| } | |