class in UnityEngine.Experimental.XR
/
Inherits from:IntegratedSubsystem
/
Implemented in:UnityEngine.XRModule
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseProvides methods, events, and properties that provides information about planes detected in the environment.
LastUpdatedFrame | The frame during which the planes were last updated. |
GetAllPlanes | Get all the BoundedPlanes currently tracked by the system. |
TryGetPlane | Get a BoundedPlane by TrackableId |
TryGetPlaneBoundary | Try to retrieve a list of positions in device space describing the current plane boundary. |
PlaneAdded | Raised for each BoundedPlane that has been added in the current frame. |
PlaneRemoved | Raised for each BoundedPlane that has been removed in the current frame. |
PlaneUpdated | Raised for each plane that has been updated in the current frame. |