Version: 2019.1 (switch to 2018.3 or 2017.4)
LanguageEnglish
  • C#
Experimental: this API is experimental and might be changed or removed in the future.

BoundedPlane.SubsumedById

Suggest a change

Success!

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.

Close

Submission failed

For 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.

Close

Cancel

public Experimental.XR.TrackableId SubsumedById;

Description

A session-unique identifier for the BoundedPlane that subsumed this plane.

If SubsumedById is not TrackableId.InvalidId, then this BoundedPlane has been merged into the BoundedPlane with the TrackableId specified by SubsumedById. This can happen, for example, when two parts of the same surface are initially detected as separate planes. As the physical space is explored, the device may determine that the two planes actually represent the same surface.

Note: Not all platforms support this feature. Unity provides the information where available.

See Also: BoundedPlane, XRPlaneSubsystem, XRPlaneSubsystem.TryGetPlane

Did you find this page useful? Please give it a rating: