Maze / Library /PackageCache /com.unity.visualscripting@1.8.0 /Runtime /VisualScripting.Flow /Ports /IUnitPortDefinition.cs
| namespace Unity.VisualScripting | |
| { | |
| public interface IUnitPortDefinition | |
| { | |
| string key { get; } | |
| string label { get; } | |
| string summary { get; } | |
| bool hideLabel { get; } | |
| bool isValid { get; } | |
| } | |
| } | |