Share via


ISCNSceneExportDelegate Interface

Definition

Protocol that defines methods to handle exporting a scene to a file.

[Foundation.Protocol(Name="SCNSceneExportDelegate", WrapperType=typeof(SceneKit.SCNSceneExportDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WriteImage", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIImage), typeof(Foundation.NSUrl), typeof(Foundation.NSUrl) }, ReturnType=typeof(Foundation.NSUrl), Selector="writeImage:withSceneDocumentURL:originalImageURL:")]
public interface ISCNSceneExportDelegate : IDisposable, ObjCRuntime.INativeObject
[Foundation.Protocol(Name="SCNSceneExportDelegate", WrapperType=typeof(SceneKit.SCNSceneExportDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WriteImage", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSImage), typeof(Foundation.NSUrl), typeof(Foundation.NSUrl) }, ReturnType=typeof(Foundation.NSUrl), Selector="writeImage:withSceneDocumentURL:originalImageURL:")]
public interface ISCNSceneExportDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="SCNSceneExportDelegate", WrapperType=typeof(SceneKit.SCNSceneExportDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WriteImage", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIImage), typeof(Foundation.NSUrl), typeof(Foundation.NSUrl) }, ReturnType=typeof(Foundation.NSUrl), Selector="writeImage:withSceneDocumentURL:originalImageURL:")>]
type ISCNSceneExportDelegate = interface
    interface INativeObject
    interface IDisposable
[<Foundation.Protocol(Name="SCNSceneExportDelegate", WrapperType=typeof(SceneKit.SCNSceneExportDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WriteImage", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSImage), typeof(Foundation.NSUrl), typeof(Foundation.NSUrl) }, ReturnType=typeof(Foundation.NSUrl), Selector="writeImage:withSceneDocumentURL:originalImageURL:")>]
type ISCNSceneExportDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Applies to

See also