class
DelegateExtensions
public static abstract sealed class DelegateExtensions Methods
static this IActionGraphDelegate GetActionGraphInstance(Delegate func) If the given delegate is implemented as exactly one ActionGraph, get that graph and any input value overrides.
static this ActionGraphDelegate<T> GetActionGraphInstance(T func) If the given delegate is implemented as exactly one ActionGraph, get that graph and any input value overrides.
static this IReadOnlyList<IActionGraphDelegate> GetActionGraphInstances(Delegate func) If the given delegate is implemented as one or more ActionGraphs, get those graphs and their input value overrides.
static this ActionGraphDelegate<T>> GetActionGraphInstances(T func) If the given delegate is implemented as one or more ActionGraphs, get those graphs and their input value overrides.
Assembly:
Facepunch.ActionGraphs Namespace: Facepunch.ActionGraphs Full Name: Facepunch.ActionGraphs.DelegateExtensions