Compartir a través de


GKPlayer.LoadPhoto(GKPhotoSize, GKPlayerPhotoLoaded) Método

Definición

Carga la foto del jugador desde game Center y ejecuta un controlador de finalización después de cargar la foto.

[Foundation.Export("loadPhotoForSize:withCompletionHandler:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void LoadPhoto (GameKit.GKPhotoSize size, GameKit.GKPlayerPhotoLoaded onCompleted);
abstract member LoadPhoto : GameKit.GKPhotoSize * GameKit.GKPlayerPhotoLoaded -> unit
override this.LoadPhoto : GameKit.GKPhotoSize * GameKit.GKPlayerPhotoLoaded -> unit

Parámetros

onCompleted
GKPlayerPhotoLoaded

Se agregará.

Este parámetro puede ser null.

Atributos

Se aplica a