SKTextureAtlas.PreloadTextures(SKTextureAtlas[], Action) Method

Definition

Preloads the specified list of texture atlases and calls completion when finished.

[Foundation.Export("preloadTextureAtlases:withCompletionHandler:")]
public static void PreloadTextures (SpriteKit.SKTextureAtlas[] textures, Action completion);
static member PreloadTextures : SpriteKit.SKTextureAtlas[] * Action -> unit

Parameters

textures
SKTextureAtlas[]
completion
Action

To be added.

This parameter can be null.

Attributes

Applies to