SKTexture.PreloadTextures(SKTexture[], Action) 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.
[Foundation.Export("preloadTextures:withCompletionHandler:")]
public static void PreloadTextures (SpriteKit.SKTexture[] textures, Action completion);
static member PreloadTextures : SpriteKit.SKTexture[] * Action -> unit
Parameters
- textures
- SKTexture[]
- completion
- Action
- Attributes