Parameter<T>class

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

objectParameter<T>
Namespace
global
Assembly
Facepunch.ActionGraphs
Declaration
public abstract class Facepunch.ActionGraphs.Node.Parameter<T>

Constructors1

Showing 1 constructors

protected Parameter<T>()PROTECTEDCONSTRUCTOR

Properties9

Showing 9 properties

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

Returns:IReadOnlyCollection<Attribute>

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

Returns:T

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

Returns:DisplayInfo

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

Returns:int

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

Returns:bool

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

Returns:string

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

Returns:Node

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

Returns:string

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

Returns:Type

On this page