Arch
Arch copied to clipboard
KeyedComponent and KeyedEntity Components for dictionary like behavior?
Can we get official KeyedComponent and KeyedEntity components?
The reason I ask this rather them implementing them myself is they need to be fast. I don't think we can currently implement dictionary like behavior without looping over every component to find it's key.