Search Results for

    Show / Hide Table of Contents

    Class EventDelegate

    Inheritance
    object
    EventDelegateBase
    EventDelegate
    Inherited Members
    EventDelegateBase.InvokeInternal(UObject, EventBase)
    EventDelegateBase.GetEventName()
    EventDelegateBase.GetContextObject()
    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 EventDelegate : EventDelegateBase

    Methods

    Invoke(UObject)

    Declaration
    public void Invoke(UObject contextObject)
    Parameters
    Type Name Description
    UObject contextObject

    Operators

    implicit operator Action(EventDelegate)

    Declaration
    public static implicit operator Action(EventDelegate @delegate)
    Parameters
    Type Name Description
    EventDelegate delegate
    Returns
    Type Description
    Action
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX