Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以在不覆盖 drawFunc 的情况下将一些内容(图像、其他图形)推送到 Kinetic.js 图形中?
基本上不,您必须扩展框架,以便您可以将事物组合在一起。
或者只是使用:
Kinetic.Group();
将事物组合成一个对象。