XRPlaneSubsystem.TryGetPlane
public bool TryGetPlane(Experimental.XR.TrackableId planeId,
out Experimental.XR.BoundedPlane plane);
Parameters
| planeId | The session-unique TrackableId of the plane to get. | |
| plane | The BoundedPlane with the supplied /planeId/ |
Returns
bool
True if the BoundedPlane with planeId exists, false otherwise.
Description 描述
Get a BoundedPlane by TrackableId