ARPlaneAnchor.Geometry Property
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.
Gets a triangular mesh that estimates the 2D footprint of the plane.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual ARKit.ARPlaneGeometry Geometry { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("geometry", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.Geometry : ARKit.ARPlaneGeometry
Property Value
A triangular mesh that estimates the 2D footprint of the plane.
- Attributes