Class NodeMetadataAttribute
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class NodeMetadataAttribute : Attribute
- Inheritance
-
NodeMetadataAttribute
- Inherited Members
Properties
- description
Short descriptive text shown in node search and documentation surfaces.
- documentation
Optional external documentation link for the node.
- hideFromDoc
Indicates whether this node should be omitted from generated public documentation.
- icon
Optional icon identifier used by the graph editor.
- keywords
Search keywords used to make the node easier to discover in the graph editor.
- path
Slash-delimited menu path used to place the node in the node-creation hierarchy.
- title
Display name used for the node in search results and graph UI.
Methods
- GetCategory()
Returns the top-level category extracted from path.