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.
我有带有技能按钮的图层 A 和带有 plyer 精灵的图层 B,我需要的是,当我触摸技能按钮时 plyer 将使用该技能。当我触摸按钮时,如何让 B 层知道?有没有人可以用简单的演示给我看?
我认为最好的方法是使用单例结构。例如,做一个 DataModule,创建 getter 和 setter,并使用静态指针调用它们来写入或读取数据。