SKTexture.PreloadAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Charge la texture en mémoire et appelle completion
une fois terminé.
public virtual System.Threading.Tasks.Task PreloadAsync ();
abstract member PreloadAsync : unit -> System.Threading.Tasks.Task
override this.PreloadAsync : unit -> System.Threading.Tasks.Task
Retours
Tâche qui représente l’opération de préchargement asynchrone
Remarques
La méthode PreloadAsync est appropriée pour être utilisée avec C# asynchrone en retournant le contrôle à l’appelant avec une tâche représentant l’opération.
À ajouter.