SKTextureAtlas.FromName(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 a texture atlas from the named resource in the app's bundle.
[Foundation.Export("atlasNamed:")]
public static SpriteKit.SKTextureAtlas FromName (string name);
static member FromName : string -> SpriteKit.SKTextureAtlas
Parameters
- name
- String
Returns
- Attributes