Class PropertyNode_SetSharedVariableTValue<T, TVariableValue, TInValue>
- Namespace
- Ceres.Flow.Properties
- Assembly
- Ceres.Flow.dll
[CeresGroup("Hidden")]
[CeresLabel("Set {0}")]
[NodeInfo("Writes the selected shared variable on the graph blackboard.")]
[CeresMetadata(new string[] { "style = PropertyNode", "path = Forward" })]
public sealed class PropertyNode_SetSharedVariableTValue<T, TVariableValue, TInValue> : PropertyNode_SharedVariableValue, IEnumerable<CeresNode>, IEnumerable, IDisposable, IPropertyNode where T : SharedVariable<TVariableValue> where TInValue : TVariableValue
Type Parameters
TTVariableValueTInValue
- Inheritance
-
PropertyNode_SetSharedVariableTValue<T, TVariableValue, TInValue>
- Implements
- Inherited Members
Constructors
PropertyNode_SetSharedVariableTValue()
public PropertyNode_SetSharedVariableTValue()
Fields
exec
[OutputPort(false)]
[CeresLabel("")]
public NodePort exec
Field Value
input
Dependency node port
[InputPort(false)]
[CeresLabel("")]
public NodePort input
Field Value
inputValue
[InputPort(false)]
[CeresLabel("Value")]
public CeresPort<TInValue> inputValue
Field Value
- CeresPort<TInValue>
Methods
Execute(ExecutionContext)
protected override UniTask Execute(ExecutionContext executionContext)
Parameters
executionContextExecutionContext
Returns
- UniTask
__getTypeName()
protected override string __getTypeName()
Returns
__initializePorts()
protected override void __initializePorts()
__initializeVariables()
protected override void __initializeVariables()