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
TTargetT
- Inheritance
-
objectPropertyNode_SetPropertyTValue<TTarget, T>
- Implements
-
IDisposableISerializationCallbackReceiver
- Inherited Members
Fields
exec
public NodePort exec
Field Value
input
Dependency node port
public NodePort input
Field Value
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
executionContextExecutionContext
Returns
- UniTask
OnAfterDeserialize()
public void OnAfterDeserialize()
OnBeforeSerialize()
public void OnBeforeSerialize()