Table of Contents

Class PropertyNode_GetPropertyTValue<TTarget, T>

Namespace
Ceres.Graph.Flow.Properties
Assembly
cs.temp.dll.dll
public sealed class PropertyNode_GetPropertyTValue<TTarget, T> : PropertyNode_PropertyValue, IDisposable, IPropertyNode, ISerializationCallbackReceiver

Type Parameters

TTarget
T
Inheritance
object
PropertyNode_GetPropertyTValue<TTarget, T>
Implements
IDisposable
ISerializationCallbackReceiver
Inherited Members

Fields

outputValue

public CeresPort<T> outputValue

Field Value

CeresPort<T>

target

public CeresPort<TTarget> target

Field Value

CeresPort<TTarget>

Methods

Execute(ExecutionContext)

protected override UniTask Execute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

Returns

UniTask

OnAfterDeserialize()

public void OnAfterDeserialize()

OnBeforeSerialize()

public void OnBeforeSerialize()