Table of Contents

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

T
TVariableValue
TOutValue
Inheritance
object
PropertyNode_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

executionContext ExecutionContext

Returns

UniTask