Class PropertyNode_SetSharedVariableTValue<T, TVariableValue, TInValue>
- Namespace
- Ceres.Graph.Flow.Properties
- Assembly
- cs.temp.dll.dll
public sealed class PropertyNode_SetSharedVariableTValue<T, TVariableValue, TInValue> : PropertyNode_SharedVariableValue, IDisposable, IPropertyNode where T : SharedVariable<TVariableValue> where TInValue : TVariableValue
Type Parameters
TTVariableValueTInValue
- Inheritance
-
objectPropertyNode_SetSharedVariableTValue<T, TVariableValue, TInValue>
- Implements
-
IDisposable
- Inherited Members
Fields
exec
public NodePort exec
Field Value
input
Dependency node port
public NodePort input
Field Value
inputValue
public CeresPort<TInValue> inputValue
Field Value
- CeresPort<TInValue>
Methods
Execute(ExecutionContext)
protected override UniTask Execute(ExecutionContext executionContext)
Parameters
executionContextExecutionContext
Returns
- UniTask