Condividi tramite


SKScene.Delegate Proprietà

Definizione

Istanza della classe del modello SpriteKit.ISKSceneDelegate che funge da delegato di classe.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public SpriteKit.ISKSceneDelegate Delegate { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.Delegate : SpriteKit.ISKSceneDelegate with get, set

Valore della proprietà

Istanza della classe del modello SpriteKit.ISKSceneDelegate

Attributi

Commenti

L'istanza del delegato assegnata a questo oggetto verrà usata per gestire gli eventi o fornire dati su richiesta a questa classe.

Quando si impostano gli eventi di valori Delegate o WeakDelegate, verrà recapitato all'istanza specificata invece di essere recapitati agli eventi in stile C#.

Si tratta della versione fortemente tipizzata dell'oggetto, gli sviluppatori devono usare invece la proprietà WeakDelegate se vogliono semplicemente assegnare una classe derivata da NSObject decorata con attributi [Export].

Si applica a