Class XEventGraph
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 Parameters
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 Parameters