Maze / Library /PackageCache /com.unity.visualscripting@1.8.0 /Runtime /VisualScripting.Flow /Ports /IUnitValuePortDefinition.cs
| using System; | |
| namespace Unity.VisualScripting | |
| { | |
| public interface IUnitValuePortDefinition : IUnitPortDefinition | |
| { | |
| Type type { get; } | |
| } | |
| } | |