UI Scene Manager should track Instance pools #12
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
optimization
question
requirements
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: rowan/canto#12
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the responsibility for tracking which pool a UI element belongs to is left to the UI element (specifically via PooledObject). It may reduce complexity to have UI Scene Manager keep track of this information. It could be implemented with a custom struct that holds the element and the pool in the activeElements dictionary.