SKTexture.Preload(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 texture into memory and calls completion
when finished.
[Foundation.Export("preloadWithCompletionHandler:")]
public virtual void Preload (Action completion);
abstract member Preload : Action -> unit
override this.Preload : Action -> unit
Parameters
- completion
- Action
- Attributes