다음을 통해 공유


ARCamera.Unproject(CGPoint, NMatrix4, UIInterfaceOrientation, CGSize) 메서드

정의

뷰포트에서 렌더링된 픽셀의 3D 월드 포인트를 반환합니다.

[Foundation.Export("unprojectPoint:ontoPlaneWithTransform:orientation:viewportSize:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual OpenTK.NVector3 Unproject (CoreGraphics.CGPoint point, OpenTK.NMatrix4 planeTransform, UIKit.UIInterfaceOrientation orientation, CoreGraphics.CGSize viewportSize);
abstract member Unproject : CoreGraphics.CGPoint * OpenTK.NMatrix4 * UIKit.UIInterfaceOrientation * CoreGraphics.CGSize -> OpenTK.NVector3
override this.Unproject : CoreGraphics.CGPoint * OpenTK.NMatrix4 * UIKit.UIInterfaceOrientation * CoreGraphics.CGSize -> OpenTK.NVector3

매개 변수

point
CGPoint

보호를 해제할 지점입니다.

planeTransform
NMatrix4

현재 월드 좌표 공간의 XY 평면입니다.

orientation
UIInterfaceOrientation

뷰포트의 방향입니다.

viewportSize
CGSize

뷰포트의 크기입니다.

반환

특성

적용 대상