Class ValueOutputWidget
Inheritance
ValueOutputWidget
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Flow.Editor.dll
Syntax
[Widget(typeof(ValueOutput))]
public class ValueOutputWidget : UnitOutputPortWidget<ValueOutput>, IUnitPortWidget, IWidget, IDisposable
Constructors
ValueOutputWidget(FlowCanvas, ValueOutput)
Declaration
public ValueOutputWidget(FlowCanvas canvas, ValueOutput port)
Parameters
| Type | Name | Description |
|---|---|---|
| FlowCanvas | canvas | |
| ValueOutput | port |
Properties
color
Declaration
public override Color color { get; }
Property Value
| Type | Description |
|---|---|
| Color |
Overrides
colorIfActive
Declaration
protected override bool colorIfActive { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Overrides
handleTextureConnected
Declaration
protected override Texture handleTextureConnected { get; }
Property Value
| Type | Description |
|---|---|
| Texture |
Overrides
handleTextureUnconnected
Declaration
protected override Texture handleTextureUnconnected { get; }
Property Value
| Type | Description |
|---|---|
| Texture |