Getting all components of one type would be useful for the engine. For rendering, I need to get all cameras, and all drawable components. I'd like to access the factories content directly instead of iterating through all gameobjects and querying for a specific component.
How can I add this easily?
Getting all components of one type would be useful for the engine. For rendering, I need to get all cameras, and all drawable components. I'd like to access the factories content directly instead of iterating through all gameobjects and querying for a specific component.
How can I add this easily?