API ReferenceFacepunch.ActionGraphs
public sealed struct Facepunch.ActionGraphs.InsertResult
Elements added by a call to `!:IActionGraph.DeserializeInsert`.
Constructors
Showing 1 constructors
public InsertResult(System.Collections.Generic.IReadOnlyCollection`1<Facepunch.ActionGraphs.Variable> Variables, System.Collections.Generic.IReadOnlyCollection`1<Facepunch.ActionGraphs.Node> Nodes, System.Collections.Generic.IReadOnlyCollection`1<Facepunch.ActionGraphs.Link> Links)
No results match this filter.
Methods
Showing 1 methods
No results match this filter.
Properties
Showing 3 properties
public System.Collections.Generic.IReadOnlyCollection`1<Facepunch.ActionGraphs.Link> Facepunch.ActionGraphs.InsertResult.Links { get; set; }
Newly added links.
public System.Collections.Generic.IReadOnlyCollection`1<Facepunch.ActionGraphs.Node> Facepunch.ActionGraphs.InsertResult.Nodes { get; set; }
Newly added nodes.
public System.Collections.Generic.IReadOnlyCollection`1<Facepunch.ActionGraphs.Variable> Facepunch.ActionGraphs.InsertResult.Variables { get; set; }
Newly added variables.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Facepunch.ActionGraphs |
| Type | class |
| Assembly | Facepunch.ActionGraphs |
| Doc ID | T:Facepunch.ActionGraphs.InsertResult |