class
BindingSurface
public class BindingSurface Constructors
BindingSurface(IReadOnlyDictionary<String, Object> Properties, IReadOnlyDictionary<String, Type> InputTypes, IReadOnlyDictionary<String, Type> OutputTypes, ActionGraph ActionGraph, Node Node) Properties
| Name | Type | Description |
|---|---|---|
Properties | IReadOnlyDictionary<String, Object> | |
InputTypes | IReadOnlyDictionary<String, Type> | |
OutputTypes | IReadOnlyDictionary<String, Type> | |
ActionGraph | ActionGraph | |
Node | Node | |
Empty static | BindingSurface | |
IsNested | Boolean |
Methods
static BindingSurface FromNode(Node node) static BindingSurface FromNodeDeserializationSafe(Node node) virtual BindingSurface <Clone>$() Void Deconstruct(IReadOnlyDictionary<String, Object> Properties, IReadOnlyDictionary<String, Type> InputTypes, IReadOnlyDictionary<String, Type> OutputTypes, ActionGraph ActionGraph, Node Node) Assembly:
Facepunch.ActionGraphs Namespace: Facepunch.ActionGraphs Full Name: Facepunch.ActionGraphs.BindingSurface