ARCamera
ARCamera(IntPtr)
ARCamera(NativeHandle)
ARCamera(NSObjectFlag)
ClassHandle
EulerAngles
ExposureDuration
ExposureOffset
ImageResolution
Intrinsics
ProjectionMatrix
TrackingState
TrackingStateReason
Transform
Copy(NSZone)
GetProjectionMatrix(UIInterfaceOrientation, CGSize, nfloat, nfloat)
GetProjectionMatrix(UIInterfaceOrientation, CGSize, NFloat, NFloat)
GetProjectPoint(NVector3, UIInterfaceOrientation, CGSize)
GetViewMatrix(UIInterfaceOrientation)
Project(NVector3, UIInterfaceOrientation, CGSize)
Project(NVector3, UIInterfaceOrientation, CGSize)
Unproject(CGPoint, NMatrix4, UIInterfaceOrientation, CGSize)
Unproject(CGPoint, NMatrix4, UIInterfaceOrientation, CGSize)
xamarinios
namespace ARKit
{
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Register("ARCamera", true)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
public class ARCamera : NSObject, INSCopying, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use 'Project' instead.", false)]
public virtual CGPoint GetProjectPoint(NVector3 point, UIInterfaceOrientation orientation, CGSize viewportSize);
}
}
Xamarin iOS | 0.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | Use 'Project' instead. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API