struct
InsertResult
public sealed struct InsertResult Elements added by a call to DeserializeInsert.
Constructors
InsertResult(IReadOnlyCollection<Variable> Variables, IReadOnlyCollection<Node> Nodes, IReadOnlyCollection<Link> Links) Properties
| Name | Type | Description |
|---|---|---|
Variables | IReadOnlyCollection<Variable> | Newly added variables. |
Nodes | IReadOnlyCollection<Node> | Newly added nodes. |
Links | IReadOnlyCollection<Link> | Newly added links. |
Methods
Void Deconstruct(IReadOnlyCollection<Variable> Variables, IReadOnlyCollection<Node> Nodes, IReadOnlyCollection<Link> Links) Assembly:
Facepunch.ActionGraphs Namespace: Facepunch.ActionGraphs Full Name: Facepunch.ActionGraphs.InsertResult