API Referenceglobal
public abstract class Facepunch.ActionGraphs.Node.Parameter<T>
Base class for properties, inputs, and outputs of nodes.
Constructors
Showing 1 constructors
protected Parameter<T>()
No results match this filter.
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; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Facepunch.ActionGraphs |
| Doc ID | T:Facepunch.ActionGraphs.Node.Parameter`1 |