Api Facepunch ActionGraphs ActionGraphDelegate<T>
class

ActionGraphDelegate<T>

public sealed class ActionGraphDelegate<T>

Wrapper for an ActionGraph invokable as a delegate, with optional overridden input values.

Type Parameters

T Delegate type for the compiled graph.

Properties

Name Type Description
Delegate T
DelegateType virtual Type
Graph virtual ActionGraph
Defaults virtual IReadOnlyDictionary<String, Object>
Assembly: Facepunch.ActionGraphs Namespace: Facepunch.ActionGraphs Full Name: Facepunch.ActionGraphs.ActionGraphDelegate<T>