Objective
We now implemented compile-time access enforcement on the various components a system can act upon.
But we are missing the singleton components.
We need to find a way to declare at startup that a system will use a singleton component, whether it is a read-only access or a write one.
Also, for less indirection, the singleton component should be cached at startup
Acceptance Criteria
Dependencies
No response
Technical Details
No response
Type
Engine
Objective
We now implemented compile-time access enforcement on the various components a system can act upon.
But we are missing the singleton components.
We need to find a way to declare at startup that a system will use a singleton component, whether it is a read-only access or a write one.
Also, for less indirection, the singleton component should be cached at startup
Acceptance Criteria
weak_ptr?)Dependencies
No response
Technical Details
No response
Type
Engine