Table of Contents

Class PropertyNode_GetPropertyTValue<TTarget, T>

Namespace
Ceres.Flow.Properties
Assembly
Ceres.Flow.dll
[CeresGroup("Hidden")]
[CeresLabel("Get {0}")]
[NodeInfo("Reads the selected property value from the target object.")]
public sealed class PropertyNode_GetPropertyTValue<TTarget, T> : PropertyNode_PropertyValue, IEnumerable<CeresNode>, IEnumerable, IDisposable, IPropertyNode

Type Parameters

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

Constructors

PropertyNode_GetPropertyTValue()

public PropertyNode_GetPropertyTValue()

Fields

outputValue

[OutputPort(true)]
[CeresLabel("Value")]
public CeresPort<T> outputValue

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