SKTexture.PreloadTexturesAsync(SKTexture[]) 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.
Loads the textures into memory and calls completion
when finished.
public static System.Threading.Tasks.Task PreloadTexturesAsync (SpriteKit.SKTexture[] textures);
static member PreloadTexturesAsync : SpriteKit.SKTexture[] -> System.Threading.Tasks.Task
Parameters
- textures
- SKTexture[]
Returns
A task that represents the asynchronous PreloadTextures operation