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
TTargetT
- 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
executionContextExecutionContext
Returns
- UniTask
OnAfterDeserialize()
public void OnAfterDeserialize()
OnBeforeSerialize()
public void OnBeforeSerialize()
__getTypeName()
protected override string __getTypeName()
Returns
__initializePorts()
protected override void __initializePorts()
__initializeVariables()
protected override void __initializeVariables()