class Godot::ClassRegistry

Overview

Registry to keep track of all user-defined nodes and classes

Defined in:

libgodot/macros.cr

Class Method Summary

Class Method Detail

def self.cleanup : Void #

[View source]
def self.entries #

[View source]
def self.find(name : String) : Entry | Nil #

[View source]
def self.get_or_load_script(path : String, class_name : String, base_type : String = "Node", is_tool : Bool = false) : CrystalScript | Nil #

[View source]
def self.register(entry : Entry) #

[View source]