Api IParameter
interface

IParameter

public interface IParameter

Properties

Name Type Description
Node virtual Node The parent node of this parameter.
Name virtual String The name of this parameter.
Index virtual Int32
Definition virtual IParameterDefinition Current definition of this parameter, including type and display information.
Type virtual Type Value type of this parameter.
Display virtual DisplayInfo Display info for this parameter.
Attributes virtual IReadOnlyCollection<Attribute> If this parameter was generated using reflection, contains the attributes attached to the reflected member.
Assembly: Facepunch.ActionGraphs Declaring Type: Node Full Name: Facepunch.ActionGraphs.Node.IParameter