Table of Contents

Class FlowNode_CastT<TFrom, TTo>

Namespace
Ceres.Graph.Flow.Utilities
Assembly
cs.temp.dll.dll

Casting a value from type to type .

public class FlowNode_CastT<TFrom, TTo> : ForwardNode, IDisposable where TTo : TFrom

Type Parameters

TFrom
TTo
Inheritance
object
FlowNode_CastT<TFrom, TTo>
Implements
IDisposable
Inherited Members

Fields

castFailed

public NodePort castFailed

Field Value

NodePort

exec

public NodePort exec

Field Value

NodePort

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

executionContext ExecutionContext

Returns

UniTask