Show / Hide Table of Contents

Struct BoundedPlane

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine.Experimental.XR
Assembly: UnityEngine.dll
Syntax
public struct BoundedPlane

Properties

| Improve this Doc View Source

Alignment

Declaration
public PlaneAlignment Alignment { get; set; }
Property Value
Type Description
PlaneAlignment
| Improve this Doc View Source

Center

Declaration
public Vector3 Center { get; set; }
Property Value
Type Description
Vector3
| Improve this Doc View Source

Height

Declaration
public float Height { get; }
Property Value
Type Description
Single
| Improve this Doc View Source

Id

Declaration
public TrackableId Id { get; set; }
Property Value
Type Description
TrackableId
| Improve this Doc View Source

Normal

Declaration
public Vector3 Normal { get; }
Property Value
Type Description
Vector3
| Improve this Doc View Source

Plane

Declaration
public Plane Plane { get; }
Property Value
Type Description
Plane
| Improve this Doc View Source

Pose

Declaration
public Pose Pose { get; set; }
Property Value
Type Description
Pose
| Improve this Doc View Source

Size

Declaration
public Vector2 Size { get; set; }
Property Value
Type Description
Vector2
| Improve this Doc View Source

SubsumedById

Declaration
public TrackableId SubsumedById { get; set; }
Property Value
Type Description
TrackableId
| Improve this Doc View Source

Width

Declaration
public float Width { get; }
Property Value
Type Description
Single

Methods

| Improve this Doc View Source

GetCorners(out Vector3, out Vector3, out Vector3, out Vector3)

Declaration
public void GetCorners(out Vector3 p0, out Vector3 p1, out Vector3 p2, out Vector3 p3)
Parameters
Type Name Description
Vector3 p0
Vector3 p1
Vector3 p2
Vector3 p3
| Improve this Doc View Source

TryGetBoundary(List<Vector3>)

Declaration
public bool TryGetBoundary(List<Vector3> boundaryOut)
Parameters
Type Name Description
List<Vector3> boundaryOut
Returns
Type Description
Boolean

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX