GrimoireGL / GrimoireJS

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

Implement bindComponent on GomlNode #452

Open kyasbal opened 7 years ago

kyasbal commented 7 years ago
GomlNode#bindComponent(componentIdentity:NSIdentity|string|new ()=>Component,bindName:string);

これ欲しい。

対象となるコンポーネントが見つからなかったり、対象となるコンポーネントがremoveされたりすると、nullとなる。二つ以上存在する場合は最初のコンポーネントを代入する。