Table of Contents

Class PropertyNode_SetPropertyTValue<TTarget, T>

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

Type Parameters

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

Fields

exec

public NodePort exec

Field Value

NodePort

input

Dependency node port

public NodePort input

Field Value

NodePort

inputValue

public CeresPort<T> inputValue

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()