API ReferenceFacepunch.ActionGraphs
public class Facepunch.ActionGraphs.DisplayInfo
Display information of a `Facepunch.ActionGraphs.NodeDefinition`.
Related Guides
Broader workflow and conceptual references connected to this API.
Constructors
Showing 2 constructors
No results match this filter.
Methods
Showing 7 methods
public virtual Facepunch.ActionGraphs.DisplayInfo <Clone>$()
public void Deconstruct(string Title, string Description, string Group, string Icon, System.Nullable`1<bool> Hidden, string[] Tags)
public Facepunch.ActionGraphs.DisplayInfo Format(System.Func`2<string,object> getProperty, System.Type targetType = null)
Parameters
targetType: Default: null
protected virtual bool PrintMembers(System.Text.StringBuilder builder)
No results match this filter.
Properties
Showing 7 properties
public string Facepunch.ActionGraphs.DisplayInfo.Description { get; set; }
Helpful text explaining the usage of the node.
protected virtual System.Type Facepunch.ActionGraphs.DisplayInfo.EqualityContract { get; set; }
public string Facepunch.ActionGraphs.DisplayInfo.Group { get; set; }
Category to help organize the node.
public System.Nullable`1<bool> Facepunch.ActionGraphs.DisplayInfo.Hidden { get; set; }
If true, don't show this node definition in editor UI.
public string Facepunch.ActionGraphs.DisplayInfo.Icon { get; set; }
Material icon for this node.
public string[] Facepunch.ActionGraphs.DisplayInfo.Tags { get; set; }
Set of tags to help organize the node.
public string Facepunch.ActionGraphs.DisplayInfo.Title { get; set; }
Display name of the node.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Facepunch.ActionGraphs |
| Type | class |
| Assembly | Facepunch.ActionGraphs |
| Doc ID | T:Facepunch.ActionGraphs.DisplayInfo |