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.
如何将 CCLayer 子类添加到 CCMenu?我有一个类似于开关控件的 CCLayer 子类,我想将其包含在 CCMenu 中。
CCMenu 管理 CCMenuItem 的子类。您可以尝试从 CCMenuItem 继承您的开关并覆盖它的activate方法。
activate