Maze / Library /PackageCache /com.unity.visualscripting@1.8.0 /Runtime /VisualScripting.Flow /Ports /IUnitControlPort.cs
| namespace Unity.VisualScripting | |
| { | |
| public interface IUnitControlPort : IUnitPort | |
| { | |
| bool isPredictable { get; } | |
| bool couldBeEntered { get; } | |
| } | |
| } | |