Maze / Library /PackageCache /com.unity.visualscripting@1.8.0 /Editor /VisualScripting.Flow /Connections /IUnitConnectionWidget.cs
| using UnityEngine; | |
| namespace Unity.VisualScripting | |
| { | |
| public interface IUnitConnectionWidget : IGraphElementWidget | |
| { | |
| Color color { get; } | |
| } | |
| } | |