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
TTargetT
- Inheritance
-
PropertyNode_SetPropertyTValue<TTarget, T>
- Implements
- Inherited Members
Constructors
PropertyNode_SetPropertyTValue()
public PropertyNode_SetPropertyTValue()
Fields
exec
[OutputPort(false)]
[CeresLabel("")]
public NodePort exec
Field Value
input
Dependency node port
[InputPort(false)]
[CeresLabel("")]
public NodePort input
Field Value
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
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()