willnationsdev / log

A log of my ongoing and planned development efforts.
MIT License
0 stars 0 forks source link

Godot-Next: Refactor ClassType's backend API to cache and share data more effectively. #31

Closed willnationsdev closed 5 years ago

willnationsdev commented 5 years ago

Godot-Next: Refactor ClassType's backend API to keep a running cache of the Inheritance Hierarchies and resource instances in a singleton shared by all ClassType instances.

willnationsdev commented 5 years ago

See here for reasons to archive this Issue.