flaxen icon indicating copy to clipboard operation
flaxen copied to clipboard

ComponentSet improvements

Open scriptorum opened this issue 10 years ago • 0 comments

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().

scriptorum avatar Apr 13 '15 18:04 scriptorum