C# Class GodotCSTools.NodePathAttribute

Inheritance: Attribute
Afficher le fichier Open project: redxdev/GodotCSTools Class Usage Examples

Méthodes publiques

Méthode Description
NodePathAttribute ( string path ) : System

Constructs a NodePathAttribute

Method Details

NodePathAttribute() public méthode

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