Show / Hide Table of Contents

Class XRPlaneSubsystem

Inheritance
Object
IntegratedSubsystem
IntegratedSubsystem<XRPlaneSubsystemDescriptor>
XRPlaneSubsystem
Implements
ISubsystem
Inherited Members
IntegratedSubsystem<XRPlaneSubsystemDescriptor>.SubsystemDescriptor
IntegratedSubsystem.Start()
IntegratedSubsystem.Stop()
IntegratedSubsystem.Destroy()
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Experimental.XR
Assembly: UnityEngine.dll
Syntax
public class XRPlaneSubsystem : IntegratedSubsystem<XRPlaneSubsystemDescriptor>, ISubsystem

Properties

LastUpdatedFrame

Declaration
public int LastUpdatedFrame { get; }
Property Value
Type Description
Int32

Methods

| Improve this Doc View Source

GetAllPlanes(List<BoundedPlane>)

Declaration
public void GetAllPlanes(List<BoundedPlane> planesOut)
Parameters
Type Name Description
List<BoundedPlane> planesOut

TryGetPlane(TrackableId, out BoundedPlane)

Declaration
public bool TryGetPlane(TrackableId planeId, out BoundedPlane plane)
Parameters
Type Name Description
TrackableId planeId
BoundedPlane plane
Returns
Type Description
Boolean
| Improve this Doc View Source

TryGetPlaneBoundary(TrackableId, List<Vector3>)

Declaration
public bool TryGetPlaneBoundary(TrackableId planeId, List<Vector3> boundaryOut)
Parameters
Type Name Description
TrackableId planeId
List<Vector3> boundaryOut
Returns
Type Description
Boolean

Events

| Improve this Doc View Source

PlaneAdded

Declaration
public event Action<PlaneAddedEventArgs> PlaneAdded
Event Type
Type Description
Action<PlaneAddedEventArgs>
| Improve this Doc View Source

PlaneRemoved

Declaration
public event Action<PlaneRemovedEventArgs> PlaneRemoved
Event Type
Type Description
Action<PlaneRemovedEventArgs>
| Improve this Doc View Source

PlaneUpdated

Declaration
public event Action<PlaneUpdatedEventArgs> PlaneUpdated
Event Type
Type Description
Action<PlaneUpdatedEventArgs>

Implements

ISubsystem

Extension Methods

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