Table of Contents

Class FlowNode_SwitchString

Namespace
Ceres.Graph.Flow.Utilities
Assembly
cs.temp.dll.dll
public class FlowNode_SwitchString : ForwardNode, IDisposable, ISerializationCallbackReceiver, IReadOnlyPortArrayNode
Inheritance
object
FlowNode_SwitchString
Implements
IDisposable
ISerializationCallbackReceiver
Inherited Members

Fields

defaultOutput

public NodePort defaultOutput

Field Value

NodePort

outputs

public NodePort[] outputs

Field Value

NodePort[]

settings

public FlowNode_SwitchString.Settings settings

Field Value

FlowNode_SwitchString.Settings

sourceValue

public CeresPort<string> sourceValue

Field Value

CeresPort<string>

Methods

Execute(ExecutionContext)

protected override sealed UniTask Execute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

Returns

UniTask

GetPortArrayFieldName()

public string GetPortArrayFieldName()

Returns

string

GetPortArrayLength()

public int GetPortArrayLength()

Returns

int

OnAfterDeserialize()

public void OnAfterDeserialize()

OnBeforeSerialize()

public void OnBeforeSerialize()