Class LegacyFlowGraphOutputWidget
Inheritance
LegacyFlowGraphOutputWidget
  Inherited Members
Namespace: Ludiq.Bolt
Syntax
public sealed class LegacyFlowGraphOutputWidget : UnitWidget<LegacyFlowGraphOutput>, IUnitWidget, INodeWidget, IGraphElementWidget, IWidget, IDisposable
  Constructors
LegacyFlowGraphOutputWidget(FlowGraphContext, LegacyFlowGraphOutput)
Declaration
public LegacyFlowGraphOutputWidget(FlowGraphContext context, LegacyFlowGraphOutput unit)
  Parameters
| Type | Name | Description | 
|---|---|---|
| FlowGraphContext | context | |
| LegacyFlowGraphOutput | unit | 
Properties
baseColor
Declaration
protected override SkinnedColor baseColor { get; }
  Property Value
| Type | Description | 
|---|---|
| SkinnedColor | 
Overrides
Ludiq.Bolt.UnitWidget<Ludiq.Bolt.LegacyFlowGraphOutput>.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.LegacyFlowGraphOutput>.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.LegacyFlowGraphOutput>.CreateCompatiblePort(Ludiq.Bolt.IUnitPort)