GrimoireGL / GrimoireJS

A WebGL framework for Web development.
https://grimoire.gl
MIT License
350 stars 24 forks source link

Companion namespace problems #479

Open kyasbal opened 7 years ago

kyasbal commented 7 years ago

companion#set would not accept string key. This should be assigned as NSIdentity. For convenience, there should be setCompanionValue and getCompanionValue on Component.

setCompanionValue should consider namespace of components. But getCompanionValue won;t consider namespace of components.