Class PropertyNode_GetSharedVariableTValue<T, TVariableValue, TOutValue>
Inheritance
object
PropertyNode_GetSharedVariableTValue<T, TVariableValue, TOutValue>
Assembly: cs.temp.dll.dll
Syntax
public sealed class PropertyNode_GetSharedVariableTValue<T, TVariableValue, TOutValue> : PropertyNode_SharedVariableValue, IDisposable, IPropertyNode where T : SharedVariable<TVariableValue> where TOutValue : TVariableValue
Type Parameters
| Name |
Description |
| T |
|
| TVariableValue |
|
| TOutValue |
|
Fields
outputValue
Declaration
public CeresPort<TOutValue> outputValue
Field Value
Methods
Execute(ExecutionContext)
Declaration
protected override UniTask Execute(ExecutionContext executionContext)
Parameters
Returns
Overrides
Implements
IDisposable