IParameterclass

objectIParameter
Namespace
global
Assembly
Facepunch.ActionGraphs
Declaration
public abstract interface Facepunch.ActionGraphs.Node.IParameter

Properties7

Showing 7 properties

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

If this parameter was generated using reflection, contains the attributes attached to the reflected member.

Returns:IReadOnlyCollection<Attribute>

public virtual Facepunch.ActionGraphs.DisplayInfo Facepunch.ActionGraphs.Node.IParameter.Display { get; set; }PUBLICVIRTUALGETSET

Display info for this parameter.

Returns:DisplayInfo

public virtual int Facepunch.ActionGraphs.Node.IParameter.Index { get; set; }PUBLICVIRTUALGETSET

Returns:int

public virtual string Facepunch.ActionGraphs.Node.IParameter.Name { get; set; }PUBLICVIRTUALGETSET

The name of this parameter.

Returns:string

public virtual Facepunch.ActionGraphs.Node Facepunch.ActionGraphs.Node.IParameter.Node { get; set; }PUBLICVIRTUALGETSET

The parent node of this parameter.

Returns:Node

public virtual System.Type Facepunch.ActionGraphs.Node.IParameter.Type { get; set; }PUBLICVIRTUALGETSET

Value type of this parameter.

Returns:Type

On this page