Class XRPlaneSubsystem
Inheritance
XRPlaneSubsystem
Assembly: UnityEngine.dll
Syntax
public class XRPlaneSubsystem : IntegratedSubsystem<XRPlaneSubsystemDescriptor>, ISubsystem
Properties
LastUpdatedFrame
Declaration
public int LastUpdatedFrame { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetAllPlanes(List<BoundedPlane>)
Declaration
public void GetAllPlanes(List<BoundedPlane> planesOut)
Parameters
TryGetPlane(TrackableId, out BoundedPlane)
Declaration
public bool TryGetPlane(TrackableId planeId, out BoundedPlane plane)
Parameters
Returns
|
Improve this Doc
View Source
TryGetPlaneBoundary(TrackableId, List<Vector3>)
Declaration
public bool TryGetPlaneBoundary(TrackableId planeId, List<Vector3> boundaryOut)
Parameters
Returns
Events
|
Improve this Doc
View Source
PlaneAdded
Declaration
public event Action<PlaneAddedEventArgs> PlaneAdded
Event Type
|
Improve this Doc
View Source
PlaneRemoved
Declaration
public event Action<PlaneRemovedEventArgs> PlaneRemoved
Event Type
|
Improve this Doc
View Source
PlaneUpdated
Declaration
public event Action<PlaneUpdatedEventArgs> PlaneUpdated
Event Type
Implements
Extension Methods