Maze / Library /PackageCache /com.unity.visualscripting@1.8.0 /Editor /VisualScripting.Flow /Events /EventUnitWidget.cs
| namespace Unity.VisualScripting | |
| { | |
| [] | |
| public sealed class EventUnitWidget : UnitWidget<IEventUnit> | |
| { | |
| public EventUnitWidget(FlowCanvas canvas, IEventUnit unit) : base(canvas, unit) { } | |
| protected override NodeColorMix baseColor => NodeColor.Green; | |
| } | |
| } | |