Search Results for

    Show / Hide Table of Contents

    Class EventDelegateBase

    Weak delegate structure for ExecutableEvent

    Inheritance
    object
    EventDelegateBase
    EventDelegate
    EventDelegate<T1>
    EventDelegate<T1, T2>
    EventDelegate<T1, T2, T3>
    EventDelegate<T1, T2, T3, T4>
    EventDelegate<T1, T2, T3, T4, T5>
    EventDelegate<T1, T2, T3, T4, T5, T6>
    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
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class EventDelegateBase

    Methods

    GetContextObject()

    Declaration
    protected UObject GetContextObject()
    Returns
    Type Description
    UObject

    GetEventName()

    Declaration
    protected string GetEventName()
    Returns
    Type Description
    string

    InvokeInternal(UObject, EventBase)

    Declaration
    protected void InvokeInternal(UObject contextObject, EventBase eventBase)
    Parameters
    Type Name Description
    UObject contextObject
    EventBase eventBase
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX