SCNCameraControllerDelegate_Extensions Class

Definition

Extension methods to the ISCNCameraControllerDelegate interface to support all the methods from the SCNCameraControllerDelegate protocol.

public static class SCNCameraControllerDelegate_Extensions
type SCNCameraControllerDelegate_Extensions = class
Inheritance
SCNCameraControllerDelegate_Extensions

Remarks

The extension methods for ISCNCameraControllerDelegate allow developers to treat instances of the interface as having all the optional methods of the original SCNCameraControllerDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

CameraInertiaDidEnd(ISCNCameraControllerDelegate, SCNCameraController)
CameraInertiaWillStart(ISCNCameraControllerDelegate, SCNCameraController)

Applies to