标签: ios swift sprite-kit uiimage
我在场景中添加SKSpriteNode,原始图片尺寸显示为白色背景。
SKSpriteNode
这是我的代码
let imageNode = SKSpriteNode(texture: texture, size: CGSize(width: 63, height: 63)) imageNode.position = self.anchorPoint addChild(imageNode)
它看起来像这样:
尺寸调整效果很好,但有那种奇怪的白色背景。