Class FlowNode_CastT<TFrom, TTo>
Casting a value from type
public class FlowNode_CastT<TFrom, TTo> : ForwardNode, IDisposable where TTo : TFrom
Type Parameters
TFromTTo
- Inheritance
-
objectFlowNode_CastT<TFrom, TTo>
- Implements
-
IDisposable
- Inherited Members
Fields
castFailed
public NodePort castFailed
Field Value
exec
public NodePort exec
Field Value
resultValue
public CeresPort<TTo> resultValue
Field Value
- CeresPort<TTo>
sourceValue
public CeresPort<TFrom> sourceValue
Field Value
- CeresPort<TFrom>
Methods
Execute(ExecutionContext)
protected override sealed UniTask Execute(ExecutionContext executionContext)
Parameters
executionContextExecutionContext
Returns
- UniTask