IARAnchorCopying 接口

定义

[Foundation.Advice("To conform to 'ARAnchorCopying' you need to implement:\n\t'[Export ("initWithAnchor:")]'\n\t'public YourConstructor (ARAnchor anchor)'")]
[Foundation.Protocol(Name="ARAnchorCopying", WrapperType=typeof(ARKit.ARAnchorCopyingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IARAnchorCopying : Foundation.INSCopying, IDisposable
type IARAnchorCopying = interface
    interface INativeObject
    interface IDisposable
    interface INSCopying
派生
属性
实现

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)

方法

Copy(NSZone)

执行基础 Objective-C 对象的副本。

(继承自 INSCopying)

适用于