Search Results for

    Show / Hide Table of Contents

    Class ExecutionEventUber

    Inheritance
    object
    CeresNode
    ExecutableNode
    ExecutableEvent
    ExecutionEventBase
    ExecutionEventUber
    Implements
    System.Collections.Generic.IEnumerable<T><CeresNode>
    System.Collections.IEnumerable
    IDisposable
    ISerializationCallbackReceiver
    Inherited Members
    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 sealed class ExecutionEventUber : ExecutionEventBase, IEnumerable<CeresNode>, IEnumerable, IDisposable, ISerializationCallbackReceiver

    Fields

    argumentCount

    Declaration
    public int argumentCount
    Field Value
    Type Description
    int

    exec

    Declaration
    public NodePort exec
    Field Value
    Type Description
    NodePort

    outputs

    Declaration
    public CeresPort<object>[] outputs
    Field Value
    Type Description
    CeresPort<object>[]

    Methods

    Execute(ExecutionContext)

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

    OnAfterDeserialize()

    Declaration
    public void OnAfterDeserialize()

    OnBeforeSerialize()

    Declaration
    public void OnBeforeSerialize()

    Implements

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