Table of Contents

Class PropertyNode_SetPropertyTValue<TTarget, T>

Namespace
Ceres.Flow.Properties
Assembly
Ceres.Flow.dll
[CeresGroup("Hidden")]
[CeresLabel("Set {0}")]
[NodeInfo("Writes the selected property value on the target object.")]
[CeresMetadata(new string[] { "style = PropertyNode", "path = Forward" })]
public sealed class PropertyNode_SetPropertyTValue<TTarget, T> : PropertyNode_PropertyValue, IEnumerable<CeresNode>, IEnumerable, IDisposable, IPropertyNode

Type Parameters

TTarget
T
Inheritance
PropertyNode_SetPropertyTValue<TTarget, T>
Implements
Inherited Members

Constructors

PropertyNode_SetPropertyTValue()

public PropertyNode_SetPropertyTValue()

Fields

exec

[OutputPort(false)]
[CeresLabel("")]
public NodePort exec

Field Value

NodePort

input

Dependency node port

[InputPort(false)]
[CeresLabel("")]
public NodePort input

Field Value

NodePort

inputValue

[InputPort(false)]
[CeresLabel("Value")]
public CeresPort<T> inputValue

Field Value

CeresPort<T>

target

[InputPort(false)]
[HideInGraphEditor]
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()

__getTypeName()

protected override string __getTypeName()

Returns

string

__initializePorts()

protected override void __initializePorts()

__initializeVariables()

protected override void __initializeVariables()