docs.unity3d.com
    Show / Hide Table of Contents

    Class XEventGraph

    Inheritance
    Object
    XEventGraph
    Namespace: Unity.VisualScripting
    Syntax
    public static class XEventGraph

    Methods

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

    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, Boolean> predicate
    TArgs args
    Func<IGraphParentElement, Boolean> recurse
    Boolean force
    Type Parameters
    Name Description
    TArgs

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

    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, Boolean> predicate
    TArgs args
    Func<IGraphParentElement, Boolean> recurse
    Boolean force
    Type Parameters
    Name Description
    TArgs
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023