struct Godot::NodePath

Overview

Represents a path to a node or property in the Godot scene tree.

Defined in:

libgodot/object.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String = "") #

[View source]
def self.new(pointer : Pointer(Void)) #

[View source]

Instance Method Detail

def path : String #

[View source]
def path=(path : String) #

[View source]