Class NodePathAttribute
Attribute that allows manually specifying the path a node will appear at in the node creation dialog. Individual path segments are to specified as individual constructor parameters.
Namespace: Holoride.ElasticSDK.Graph
Assembly: Holoride.ElasticSDK.Runtime.dll
Syntax
[BaseTypeRequired(typeof(IPipelineNode))]
public class NodePathAttribute : Node.CreateNodeMenuAttribute
Constructors
NodePathAttribute(params string[])
Declaration
public NodePathAttribute(params string[] path)
Parameters
Type | Name | Description |
---|---|---|
string[] | path |