加载的 texture 如何设置宽高? #39
-
使用 engine.resourceManager.load 加载 texture 时如何设置宽高呢? |
Beta Was this translation helpful? Give feedback.
Answered by
cptbtptpbcptdtptp
Jul 3, 2023
Replies: 1 comment 2 replies
-
texture 的宽高是只读的,可以描述一下你的需求吗? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
如果这个设置是一次性的(即只希望他在特定的情景显示自定义尺寸),则可以通过 SpriteRenderer.width 和 SpriteRenderer.height 设置显示宽高,如果希望这个设置是通用的,可以通过设置 Sprite.width 和 Sprite.height 来显示。
Texture 是原始资产,一般不支持也不建议修改原始资产的信息。