Class PropertyNode_GetSharedVariableTValue<T, TVariableValue, TOutValue>
- Namespace
- Ceres.Flow.Properties
- Assembly
- Ceres.Flow.dll
[CeresGroup("Hidden")]
[CeresLabel("Get {0}")]
[NodeInfo("Reads the selected shared variable from the graph blackboard.")]
public sealed class PropertyNode_GetSharedVariableTValue<T, TVariableValue, TOutValue> : PropertyNode_SharedVariableValue, IEnumerable<CeresNode>, IEnumerable, IDisposable, IPropertyNode where T : SharedVariable<TVariableValue> where TOutValue : TVariableValue
Type Parameters
TTVariableValueTOutValue
- Inheritance
-
PropertyNode_GetSharedVariableTValue<T, TVariableValue, TOutValue>
- Implements
- Inherited Members
Constructors
PropertyNode_GetSharedVariableTValue()
public PropertyNode_GetSharedVariableTValue()
Fields
outputValue
[OutputPort(true)]
[CeresLabel("Value")]
public CeresPort<TOutValue> outputValue
Field Value
- CeresPort<TOutValue>
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()