docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class XEventGraph

    Inheritance
    object
    XEventGraph
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.VisualScripting
    Assembly: Unity.VisualScripting.Core.dll
    Syntax
    public static class XEventGraph

    Methods

    TriggerEventHandler<TArgs>(GraphReference, Func<EventHook, bool>, TArgs, Func<IGraphParentElement, bool>, bool)

    Declaration
    public static void TriggerEventHandler<TArgs>(this GraphReference reference, Func<EventHook, bool> predicate, TArgs args, Func<IGraphParentElement, bool> recurse, bool force)
    Parameters
    Type Name Description
    GraphReference reference
    Func<EventHook, bool> predicate
    TArgs args
    Func<IGraphParentElement, bool> recurse
    bool force
    Type Parameters
    Name Description
    TArgs

    TriggerEventHandler<TArgs>(GraphStack, Func<EventHook, bool>, TArgs, Func<IGraphParentElement, bool>, bool)

    Declaration
    public static void TriggerEventHandler<TArgs>(this GraphStack stack, Func<EventHook, bool> predicate, TArgs args, Func<IGraphParentElement, bool> recurse, bool force)
    Parameters
    Type Name Description
    GraphStack stack
    Func<EventHook, bool> predicate
    TArgs args
    Func<IGraphParentElement, bool> recurse
    bool force
    Type Parameters
    Name Description
    TArgs
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)