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.
我想让一个类响应形态“步骤”消息 - 但该类不需要(直接)显示......所以它不是一个 Morph
有没有办法在变形之外使用此消息,或者是否有没有显示 UI 的变形?
感谢
克里斯
World doOneCycle 可能会有所帮助。
UI 进程反复调用 World doOneCycle。你也可以那样做。只需确保您在主线程中执行此操作即可。