SKTextureAtlas.PreloadTexturesAsync(SKTextureAtlas[]) Method

Definition

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

public static System.Threading.Tasks.Task PreloadTexturesAsync (SpriteKit.SKTextureAtlas[] textures);
static member PreloadTexturesAsync : SpriteKit.SKTextureAtlas[] -> System.Threading.Tasks.Task

Parameters

textures
SKTextureAtlas[]

Returns

A task that represents the asynchronous PreloadTextures operation

Applies to