SKTextureAtlas.TextureNamed(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an SKTexture from the texture in the atlas that is identified by name
.
[Foundation.Export("textureNamed:")]
public virtual SpriteKit.SKTexture TextureNamed (string name);
abstract member TextureNamed : string -> SpriteKit.SKTexture
override this.TextureNamed : string -> SpriteKit.SKTexture
Parameters
- name
- String
Returns
- Attributes