gpt4 book ai didi

swift - SpriteKit SKAction.animateWithTextures : Resize and Restore

转载 作者:行者123 更新时间:2023-11-28 15:35:03 25 4
gpt4 key购买 nike

非常简单的问题,但希望有人告诉我是否正确。
SKAction.animateWithTextures 的恢复和调整大小参数是什么?

如果我有一个 500x500 的图像,而我的动画是 400x400,那么 resize:true 将用 400x400 动画替换我的 500x500?并且 restore:true 会在播放完动画后将其恢复为 500x500,而如果该恢复为假,它是否会使我原来的 500x500 Sprite 保持在较小的 400x400 尺寸?

谢谢我只是想确认是这种情况!

最佳答案

来自苹果文档:https://developer.apple.com/documentation/spritekit/skaction/1417656-animate

@param resize 如果是,则调整 Sprite 的大小以匹配每个新纹理。
如果否,则 Sprite 的大小保持不变。
@param restore 如果是,当 Action 完成时, Sprite 的纹理被恢复
到 Action 完成之前的纹理。 (如果
resize 参数为 YES, Sprite 被调整大小以匹配
原始纹理的大小。
如果否,当 Action 完成时, Sprite 的纹理仍然存在
设置为数组中的最终纹理。

关于swift - SpriteKit SKAction.animateWithTextures : Resize and Restore,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44374266/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com