Class FlowNode_SwitchEnumT<TEnum>
Route execution to one of several output ports based on the value of an enum type, offering a dynamic branching mechanism in execution flow.
Inheritance
object
FlowNode_SwitchEnumT<TEnum>
Implements
System.Collections.Generic.IEnumerable<T><CeresNode>
System.Collections.IEnumerable
IDisposable
ISerializationCallbackReceiver
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph.Flow.Utilities
Assembly: cs.temp.dll.dll
Syntax
public class FlowNode_SwitchEnumT<TEnum> : FlowNode_SwitchEnum, IEnumerable<CeresNode>, IEnumerable, IDisposable, ISerializationCallbackReceiver, IReadOnlyPortArrayNode where TEnum : Enum
Type Parameters
Name | Description |
---|---|
TEnum |
Fields
outputs
Declaration
public NodePort[] outputs
Field Value
Type | Description |
---|---|
NodePort[] |
sourceValue
Declaration
public CeresPort<TEnum> sourceValue
Field Value
Type | Description |
---|---|
CeresPort<TEnum> |
Methods
Execute(ExecutionContext)
Declaration
protected override sealed UniTask Execute(ExecutionContext executionContext)
Parameters
Type | Name | Description |
---|---|---|
ExecutionContext | executionContext |
Returns
Type | Description |
---|---|
UniTask |
Overrides
GetPortArrayFieldName()
Declaration
public string GetPortArrayFieldName()
Returns
Type | Description |
---|---|
string |
GetPortArrayLength()
Declaration
public int GetPortArrayLength()
Returns
Type | Description |
---|---|
int |
OnAfterDeserialize()
Declaration
public void OnAfterDeserialize()
OnBeforeSerialize()
Declaration
public void OnBeforeSerialize()
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
IDisposable
ISerializationCallbackReceiver