Skip to content

ResourceRegistry

Inherits: Resource

Methods

Returns Signature
void add_child(child: Node)
Node[] get_children()
ResourceRegistry get_registry()
void process(delta: float)
void register(resource: RefCounted)
void remove_child(child: Node)
void unregister(resource: RefCounted)

Method Descriptions

add_child()

void add_child(child: Node)

Note

There is currently no description for this method. Please help us by contributing one!

get_children()

Node[] get_children()

Note

There is currently no description for this method. Please help us by contributing one!

get_registry()

ResourceRegistry get_registry()

Note

There is currently no description for this method. Please help us by contributing one!

process()

void process(delta: float)

Note

There is currently no description for this method. Please help us by contributing one!

register()

void register(resource: RefCounted)

Note

There is currently no description for this method. Please help us by contributing one!

remove_child()

void remove_child(child: Node)

Note

There is currently no description for this method. Please help us by contributing one!

unregister()

void unregister(resource: RefCounted)

Note

There is currently no description for this method. Please help us by contributing one!