Search Results for

    Show / Hide Table of Contents

    Class ExecutionEvent<T1, T2, T3, T4, T5, T6>

    Inheritance
    object
    CeresNode
    ExecutableNode
    ExecutableEvent
    ExecutionEventBase
    ExecutionEventGeneric
    ExecutionEvent<T1, T2, T3, T4, T5, T6>
    Implements
    System.Collections.Generic.IEnumerable<T><CeresNode>
    System.Collections.IEnumerable
    IDisposable
    Inherited Members
    ExecutionEventGeneric.exec
    ExecutionEventBase.eventName
    ExecutionEventBase.isImplementable
    ExecutionEventBase.GetEventName()
    ExecutableNode.Graph
    ExecutableNode.ExecuteNode(ExecutionContext)
    CeresNode.NodeData
    CeresNode.Guid
    CeresNode.GraphPosition
    CeresNode.Dispose()
    CeresNode.GetSerializedData()
    CeresNode.GetExecutionPath()
    CeresNode.GetEnumerator()
    CeresNode.GetExecutionPath(Type)
    CeresNode.MakeSubtitle(string, bool)
    CeresNode.GetTargetSubtitle(string, bool)
    CeresNode.GetTargetSubtitle(Type, bool)
    CeresNode.GetTypeName()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Ceres.Graph.Flow
    Assembly: cs.temp.dll.dll
    Syntax
    public class ExecutionEvent<T1, T2, T3, T4, T5, T6> : ExecutionEventGeneric, IEnumerable<CeresNode>, IEnumerable, IDisposable
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    T5
    T6

    Fields

    eventDelegate

    Declaration
    public DelegatePort<EventDelegate<T1, T2, T3, T4, T5, T6>> eventDelegate
    Field Value
    Type Description
    DelegatePort<EventDelegate<T1, T2, T3, T4, T5, T6>>

    output1

    Declaration
    public CeresPort<T1> output1
    Field Value
    Type Description
    CeresPort<T1>

    output2

    Declaration
    public CeresPort<T2> output2
    Field Value
    Type Description
    CeresPort<T2>

    output3

    Declaration
    public CeresPort<T3> output3
    Field Value
    Type Description
    CeresPort<T3>

    output4

    Declaration
    public CeresPort<T4> output4
    Field Value
    Type Description
    CeresPort<T4>

    output5

    Declaration
    public CeresPort<T5> output5
    Field Value
    Type Description
    CeresPort<T5>

    output6

    Declaration
    public CeresPort<T6> output6
    Field Value
    Type Description
    CeresPort<T6>

    Methods

    Execute(ExecutionContext)

    Declaration
    protected override UniTask Execute(ExecutionContext executionContext)
    Parameters
    Type Name Description
    ExecutionContext executionContext
    Returns
    Type Description
    UniTask
    Overrides
    ExecutableNode.Execute(ExecutionContext)

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    IDisposable
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX