Class FlowNode_CastT<TFrom, TTo>
Casting a value from type to type .
Inheritance
object
FlowNode_CastT<TFrom, TTo>
Assembly: cs.temp.dll.dll
Syntax
public class FlowNode_CastT<TFrom, TTo> : ForwardNode, IDisposable where TTo : TFrom
Type Parameters
| Name |
Description |
| TFrom |
|
| TTo |
|
Fields
castFailed
Declaration
public NodePort castFailed
Field Value
exec
Declaration
Field Value
resultValue
Declaration
public CeresPort<TTo> resultValue
Field Value
sourceValue
Declaration
public CeresPort<TFrom> sourceValue
Field Value
Methods
Execute(ExecutionContext)
Declaration
protected override sealed UniTask Execute(ExecutionContext executionContext)
Parameters
Returns
Overrides
Implements
IDisposable