API ReferenceFacepunch.ActionGraphs
BindingSurfaceclass
object→BindingSurface
Constructors2
Showing 2 constructors
No results match this filter.
Methods5
Showing 5 methods
public virtual Facepunch.ActionGraphs.BindingSurface <Clone>$()
public void Deconstruct(System.Collections.Generic.IReadOnlyDictionary`2<string,object> Properties, System.Collections.Generic.IReadOnlyDictionary`2<string,System.Type> InputTypes, System.Collections.Generic.IReadOnlyDictionary`2<string,System.Type> OutputTypes, Facepunch.ActionGraphs.ActionGraph ActionGraph, Facepunch.ActionGraphs.Node Node)
| Parameter | Type | Description |
|---|---|---|
| Properties | IReadOnlyDictionary<string,object> | — |
| InputTypes | IReadOnlyDictionary<string,Type> | — |
| OutputTypes | IReadOnlyDictionary<string,Type> | — |
| ActionGraph | ActionGraph | — |
| Node | Node | — |
Returns:
void—public static Facepunch.ActionGraphs.BindingSurface FromNode(Facepunch.ActionGraphs.Node node)
| Parameter | Type | Description |
|---|---|---|
| node | Node | — |
public static Facepunch.ActionGraphs.BindingSurface FromNodeDeserializationSafe(Facepunch.ActionGraphs.Node node)
| Parameter | Type | Description |
|---|---|---|
| node | Node | — |
protected virtual bool PrintMembers(System.Text.StringBuilder builder)
| Parameter | Type | Description |
|---|---|---|
| builder | StringBuilder | — |
Returns:
bool—No results match this filter.
Properties8
Showing 8 properties
public Facepunch.ActionGraphs.ActionGraph Facepunch.ActionGraphs.BindingSurface.ActionGraph { get; set; }
public static Facepunch.ActionGraphs.BindingSurface Facepunch.ActionGraphs.BindingSurface.Empty { get; set; }
protected virtual System.Type Facepunch.ActionGraphs.BindingSurface.EqualityContract { get; set; }
public System.Collections.Generic.IReadOnlyDictionary`2<string,System.Type> Facepunch.ActionGraphs.BindingSurface.InputTypes { get; set; }
public bool Facepunch.ActionGraphs.BindingSurface.IsNested { get; set; }
Returns:
bool—public Facepunch.ActionGraphs.Node Facepunch.ActionGraphs.BindingSurface.Node { get; set; }
public System.Collections.Generic.IReadOnlyDictionary`2<string,System.Type> Facepunch.ActionGraphs.BindingSurface.OutputTypes { get; set; }
public System.Collections.Generic.IReadOnlyDictionary`2<string,object> Facepunch.ActionGraphs.BindingSurface.Properties { get; set; }
Returns:
IReadOnlyDictionary<string,object>—No results match this filter.