Class PropertyNode_GetSharedVariableTValue<T, TVariableValue, TOutValue>
- Namespace
- Ceres.Graph.Flow.Properties
- Assembly
- cs.temp.dll.dll
public sealed class PropertyNode_GetSharedVariableTValue<T, TVariableValue, TOutValue> : PropertyNode_SharedVariableValue, IDisposable, IPropertyNode where T : SharedVariable<TVariableValue> where TOutValue : TVariableValue
Type Parameters
TTVariableValueTOutValue
- Inheritance
-
objectPropertyNode_GetSharedVariableTValue<T, TVariableValue, TOutValue>
- Implements
-
IDisposable
- Inherited Members
Fields
outputValue
public CeresPort<TOutValue> outputValue
Field Value
- CeresPort<TOutValue>
Methods
Execute(ExecutionContext)
protected override UniTask Execute(ExecutionContext executionContext)
Parameters
executionContextExecutionContext
Returns
- UniTask