Struct BoundedPlane
The session-relative data associated with a plane.
Inherited Members
Namespace: UnityEngine .XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct BoundedPlane : ITrackable, IEquatable<BoundedPlane>
Constructors
Name | Description |
---|---|
Bounded |
Constructs a new Bounded |
Properties
Name | Description |
---|---|
alignment | The Plane |
center | The center of the plane in plane space (relative to its pose). |
classification | The Plane |
default |
Gets a default-initialized Bounded |
extents | The extents of the plane (half dimensions) in meters. |
height | The height (or depth) of the plane in meters. |
native |
A native pointer associated with this plane. The data pointer to by this pointer is implementation defined. |
normal | The normal of the plane in session space. |
plane | Gets an infinite plane in session space. |
pose | The |
size | The size (dimensions) of the plane in meters. |
subsumed |
The Trackable |
trackable |
The Trackable |
tracking |
The Tracking |
width | The width of the plane in meters. |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(Bounded |
Tests for equality. |
Get |
Get the four corners of the plane in session space, in clockwise order. |
Get |
Generates a hash suitable for use with containers like |
To |
Generates a new string that describes the plane's properties, suitable for debugging purposes. |
Operators
Name | Description |
---|---|
operator ==(Bounded |
Tests for equality. Same as Equals(Bounded |
operator !=(Bounded |
Tests for inequality. Same as |