Api Facepunch ActionGraphs DisplayInfo
class

DisplayInfo

public class DisplayInfo

Display information of a NodeDefinition.

Constructors

DisplayInfo(String Title, String Description, String Group, String Icon, Boolean? Hidden, String[] Tags)

Properties

Name Type Description
Title String Display name of the node.
Description String Helpful text explaining the usage of the node.
Group String Category to help organize the node.
Icon String Material icon for this node.
Hidden Boolean? If true, don't show this node definition in editor UI.
Tags String[] Set of tags to help organize the node.

Methods

static DisplayInfo FromAttributes(MemberInfo member)
static DisplayInfo FromAttributes(ParameterInfo parameter)
static DisplayInfo FromAttributes(ICustomAttributeProvider member, String defaultTitle)
DisplayInfo Format(Func<String, Object> getProperty, Type targetType = null)
virtual DisplayInfo <Clone>$()
Void Deconstruct(String Title, String Description, String Group, String Icon, Boolean? Hidden, String[] Tags)
Assembly: Facepunch.ActionGraphs Namespace: Facepunch.ActionGraphs Full Name: Facepunch.ActionGraphs.DisplayInfo