Version: 2018.1
Experimental: this API is experimental and might be changed or removed in the future.

XRPlaneSubsystem.TryGetPlane

Switch to Manual
public bool TryGetPlane (Experimental.XR.TrackableId planeId, out Experimental.XR.BoundedPlane plane);

Parameters

planeIdThe session-unique TrackableId of the plane to get.
planeThe BoundedPlane with the supplied /planeId/

Returns

bool True if the BoundedPlane with planeId exists, false otherwise.

Description

Get a BoundedPlane by TrackableId