ARPlaneAnchor.Center Property

Definition

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.

Applies to