s&box docs

public abstract class Facepunch.ActionGraphs.Node.Parameter<T>

Base class for properties, inputs, and outputs of nodes.

Constructors

Showing 1 constructors

protected Parameter<T>()

Properties

Showing 9 properties

public virtual sealed System.Collections.Generic.IReadOnlyCollection`1<System.Attribute> Facepunch.ActionGraphs.Node.Parameter<T>.Attributes { get; set; }

public T Facepunch.ActionGraphs.Node.Parameter<T>.Definition { get; set; }

public virtual sealed Facepunch.ActionGraphs.DisplayInfo Facepunch.ActionGraphs.Node.Parameter<T>.Display { get; set; }

public virtual sealed int Facepunch.ActionGraphs.Node.Parameter<T>.Index { get; set; }

public bool Facepunch.ActionGraphs.Node.Parameter<T>.IsMissing { get; set; }

public virtual sealed string Facepunch.ActionGraphs.Node.Parameter<T>.Name { get; set; }

public virtual sealed Facepunch.ActionGraphs.Node Facepunch.ActionGraphs.Node.Parameter<T>.Node { get; set; }

public virtual sealed string Facepunch.ActionGraphs.Node.Parameter<T>.StackTraceIdentifier { get; set; }

public virtual sealed System.Type Facepunch.ActionGraphs.Node.Parameter<T>.Type { get; set; }

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblyFacepunch.ActionGraphs
Doc IDT:Facepunch.ActionGraphs.Node.Parameter`1

On this page