ARPlaneAnchor.Center 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.
The center of the plane relative to the ARPlaneAnchor.
public virtual OpenTK.NVector3 Center { [Foundation.Export("center")] get; }
member this.Center : OpenTK.NVector3
Property Value
- Attributes
Remarks
When image processing detects a plane, this Center value will always be [0,0,0], indicating that at the moment the plane appears unique. However, subsequent processing may determine that the plane associated with this ARPlaneAnchor is part of a previously-detected surface. In that case, this value will change to incorporate the plane's new Extent.