Table of Contents

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

T
TVariableValue
TInValue
Inheritance
object
PropertyNode_SetSharedVariableTValue<T, TVariableValue, TInValue>
Implements
IDisposable
Inherited Members

Fields

exec

public NodePort exec

Field Value

NodePort

input

Dependency node port

public NodePort input

Field Value

NodePort

inputValue

public CeresPort<TInValue> inputValue

Field Value

CeresPort<TInValue>

Methods

Execute(ExecutionContext)

protected override UniTask Execute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

Returns

UniTask