Class XEventGraph | Bolt Visual Scripting | 1.4.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class XEventGraph

    Inheritance
    Object
    XEventGraph
    Namespace: Ludiq.Bolt
    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 © 2020 Unity Technologies
    Generated by DocFX