API ReferenceFacepunch.ActionGraphs

InsertResultclass

Elements added by a call to `!:IActionGraph.DeserializeInsert`.

objectInsertResult
Namespace
Facepunch.ActionGraphs
Assembly
Facepunch.ActionGraphs
Declaration
public sealed struct Facepunch.ActionGraphs.InsertResult

Constructors1

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)PUBLICCONSTRUCTOR

ParameterTypeDescription
VariablesIReadOnlyCollection<Variable>
NodesIReadOnlyCollection<Node>
LinksIReadOnlyCollection<Link>

Methods1

Showing 1 methods

public void Deconstruct(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)PUBLIC

ParameterTypeDescription
VariablesIReadOnlyCollection<Variable>
NodesIReadOnlyCollection<Node>
LinksIReadOnlyCollection<Link>
Returns:void

Properties3

Showing 3 properties

public System.Collections.Generic.IReadOnlyCollection`1<Facepunch.ActionGraphs.Node> Facepunch.ActionGraphs.InsertResult.Nodes { get; set; }PUBLICGETSET

Newly added nodes.

Returns:IReadOnlyCollection<Node>

public System.Collections.Generic.IReadOnlyCollection`1<Facepunch.ActionGraphs.Variable> Facepunch.ActionGraphs.InsertResult.Variables { get; set; }PUBLICGETSET

Newly added variables.

Returns:IReadOnlyCollection<Variable>

On this page