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