Instead of doing newSetEntity("mySet", "myPrefix") I'd like to be able to eliminate the prefix, and have the prefix picked up from the set itself. For example, newComponentSet("mySet", "myPrefix").
Also it might be nice to be able to peel off an entity or singleton from the ComponentSet returned by newComponentSet. For example: mySet.newEntity().
Instead of doing
newSetEntity("mySet", "myPrefix")
I'd like to be able to eliminate the prefix, and have the prefix picked up from the set itself. For example,newComponentSet("mySet", "myPrefix")
.Also it might be nice to be able to peel off an entity or singleton from the ComponentSet returned by newComponentSet. For example:
mySet.newEntity()
.