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)]
[Export("projectionMatrixForOrientation:viewportSize:zNear:zFar:")]
public virtual NMatrix4 GetProjectionMatrix(UIInterfaceOrientation orientation, CGSize viewportSize, nfloat zNear, nfloat zFar);
}
}
nuget.org | 0.0 % Reference this API |
---|---|
Xamarin iOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API