Search Results for

    Show / Hide Table of Contents

    Class ExecutionEvent<T1>

    Event entry node to start an execution

    Inheritance
    object
    CeresNode
    ExecutableNode
    ExecutableEvent
    ExecutionEventBase
    ExecutionEventGeneric
    ExecutionEvent<T1>
    Implements
    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()
    Namespace: Ceres.Graph.Flow
    Assembly: cs.temp.dll.dll
    Syntax
    public class ExecutionEvent<T1> : ExecutionEventGeneric, IDisposable
    Type Parameters
    Name Description
    T1

    Fields

    eventDelegate

    Declaration
    public DelegatePort<EventDelegate<T1>> eventDelegate
    Field Value
    Type Description
    DelegatePort<EventDelegate<T1>>

    output1

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

    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

    IDisposable
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX