Class SetVariableUnit
Inheritance
SetVariableUnit
Syntax
[UnitShortTitle("Set Variable")]
public abstract class SetVariableUnit : VariableUnit, IVariableUnit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable
Constructors
SetVariableUnit()
Declaration
protected SetVariableUnit()
SetVariableUnit(String)
Declaration
protected SetVariableUnit(string defaultName)
Parameters
Type |
Name |
Description |
String |
defaultName |
|
Properties
assign
The entry point to assign the variable reference.
Declaration
[DoNotSerialize]
public ControlInput assign { get; set; }
Property Value
assigned
The action to execute once the variable has been assigned.
Declaration
[DoNotSerialize]
public ControlOutput assigned { get; set; }
Property Value
The value to assign to the variable.
Declaration
[DoNotSerialize]
[PortLabel("New Value")]
public ValueInput input { get; }
Property Value
output
The value assigned to the variable.
Declaration
[DoNotSerialize]
[PortLabel("Value")]
public ValueOutput output { get; }
Property Value
Methods
Assign(Flow)
Declaration
protected virtual ControlOutput Assign(Flow flow)
Parameters
Type |
Name |
Description |
Flow |
flow |
|
Returns
Definition()
Declaration
protected override void Definition()
Overrides
Extension Methods