Class FlowMacroInputWidget
Inheritance
FlowMacroInputWidget
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public sealed class FlowMacroInputWidget : UnitWidget<FlowMacroInput>, IUnitWidget, INodeWidget, IGraphElementWidget, IWidget, IDisposable
Constructors
FlowMacroInputWidget(FlowGraphContext, FlowMacroInput)
Declaration
public FlowMacroInputWidget(FlowGraphContext context, FlowMacroInput unit)
Parameters
| Type | Name | Description | 
|---|---|---|
| FlowGraphContext | context | |
| FlowMacroInput | unit | 
Properties
baseColor
Declaration
protected override SkinnedColor baseColor { get; }
Property Value
| Type | Description | 
|---|---|
| SkinnedColor | 
Overrides
Ludiq.Bolt.UnitWidget<Ludiq.Bolt.FlowMacroInput>.baseColor
Methods
CanCreateCompatiblePort(IUnitPort)
Declaration
public override bool CanCreateCompatiblePort(IUnitPort port)
Parameters
| Type | Name | Description | 
|---|---|---|
| IUnitPort | port | 
Returns
| Type | Description | 
|---|---|
| Boolean | 
Overrides
Ludiq.Bolt.UnitWidget<Ludiq.Bolt.FlowMacroInput>.CanCreateCompatiblePort(Ludiq.Bolt.IUnitPort)
CreateCompatiblePort(ref IUnitPort)
Declaration
public override IUnitPort CreateCompatiblePort(ref IUnitPort port)
Parameters
| Type | Name | Description | 
|---|---|---|
| IUnitPort | port | 
Returns
| Type | Description | 
|---|---|
| IUnitPort | 
Overrides
Ludiq.Bolt.UnitWidget<Ludiq.Bolt.FlowMacroInput>.CreateCompatiblePort(Ludiq.Bolt.IUnitPort)