C# Class GodotCSTools.NodePathAttribute

Inheritance: Attribute
Show file Open project: redxdev/GodotCSTools Class Usage Examples

Public Methods

Method Description
NodePathAttribute ( string path ) : System

Constructs a NodePathAttribute

Method Details

NodePathAttribute() public method

Constructs a NodePathAttribute
public NodePathAttribute ( string path ) : System
path string The path to the node, relative to the current node.
return System