SKTextureAtlas.PreloadTexturesAsync(SKTextureAtlas[]) 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.
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