1namespace Unity.VisualScripting 2{ 3 public interface IStateTransitionWidget : INodeWidget 4 { 5 Edge sourceEdge { get; } 6 } 7}