SCNSceneExportDelegate_Extensions Class

Definition

Extension methods to the ISCNSceneExportDelegate interface to support all the methods from the SCNSceneExportDelegate protocol.

public static class SCNSceneExportDelegate_Extensions
type SCNSceneExportDelegate_Extensions = class
Inheritance
SCNSceneExportDelegate_Extensions

Remarks

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

Methods

WriteImage(ISCNSceneExportDelegate, NSImage, NSUrl, NSUrl)
WriteImage(ISCNSceneExportDelegate, UIImage, NSUrl, NSUrl)

Applies to