API ReferenceFacepunch.ActionGraphs
DisplayInfoclass
Display information of a `Facepunch.ActionGraphs.NodeDefinition`.
object→DisplayInfo
Constructors2
Showing 2 constructors
No results match this filter.
Methods7
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)
| Parameter | Type | Description |
|---|---|---|
| Title | string | — |
| Description | string | — |
| Group | string | — |
| Icon | string | — |
| Hidden | Nullable<bool> | — |
| Tags | string[] | — |
Returns:
void—public Facepunch.ActionGraphs.DisplayInfo Format(System.Func`2<string,object> getProperty, System.Type targetType = null)
| Parameter | Type | Description |
|---|---|---|
| getProperty | Func<string,object> | — |
| targetType = null | Type | — |
protected virtual bool PrintMembers(System.Text.StringBuilder builder)
| Parameter | Type | Description |
|---|---|---|
| builder | StringBuilder | — |
Returns:
bool—No results match this filter.
Properties7
Showing 7 properties
public string Facepunch.ActionGraphs.DisplayInfo.Description { get; set; }
Helpful text explaining the usage of the node.
Returns:
string—protected virtual System.Type Facepunch.ActionGraphs.DisplayInfo.EqualityContract { get; set; }
public string Facepunch.ActionGraphs.DisplayInfo.Group { get; set; }
Category to help organize the node.
Returns:
string—public string Facepunch.ActionGraphs.DisplayInfo.Icon { get; set; }
Material icon for this node.
Returns:
string—public string[] Facepunch.ActionGraphs.DisplayInfo.Tags { get; set; }
Set of tags to help organize the node.
Returns:
string[]—public string Facepunch.ActionGraphs.DisplayInfo.Title { get; set; }
Display name of the node.
Returns:
string—No results match this filter.