Partager via


ISKPhysicsContactDelegate Interface

Définition

Interface représentant les méthodes requises (le cas échéant) du protocole SKPhysicsContactDelegate.

[Foundation.Protocol(Name="SKPhysicsContactDelegate", WrapperType=typeof(SpriteKit.SKPhysicsContactDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface ISKPhysicsContactDelegate : IDisposable, ObjCRuntime.INativeObject
type ISKPhysicsContactDelegate = interface
    interface INativeObject
    interface IDisposable
Dérivé
Attributs
Implémente

Remarques

Cette interface contient les méthodes requises (le cas échéant) du protocole défini par SKPhysicsContactDelegate.

Si les développeurs créent des classes qui implémentent cette interface, les méthodes d’implémentation sont automatiquement exportées vers Objective-C avec la signature correspondante de la méthode définie dans le SKPhysicsContactDelegate protocole.

Les méthodes facultatives (le cas échéant) sont fournies par la SKPhysicsContactDelegate_Extensions classe en tant que méthodes d’extension de l’interface, ce qui permet aux développeurs d’appeler toutes les méthodes facultatives sur le protocole.

Propriétés

Handle

Handle (pointeur) vers la représentation d’objet non managée.

(Hérité de INativeObject)

Méthodes d’extension

DidBeginContact(ISKPhysicsContactDelegate, SKPhysicsContact)

Méthode appelée au démarrage du contact.

DidEndContact(ISKPhysicsContactDelegate, SKPhysicsContact)

Méthode appelée après la fin du contact.

S’applique à