ISCNSceneExportDelegate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Properties
| Name | Description |
|---|---|
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Methods
| Name | Description |
|---|---|
| WriteImage(NSImage, NSUrl, NSUrl) | |
| WriteImage(UIImage, NSUrl, NSUrl) | |
Extension Methods
| Name | Description |
|---|---|
| GetHandle(INativeObject) | |
| GetNonNullHandle(INativeObject, String) | |
| WriteImage(ISCNSceneExportDelegate, NSImage, NSUrl, NSUrl) | |
| WriteImage(ISCNSceneExportDelegate, UIImage, NSUrl, NSUrl) | |