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

BoundedPlane.TryGetBoundary

マニュアルに切り替える
public bool TryGetBoundary (List<Vector3> boundaryOut);

パラメーター

boundaryOutA list of vertices representing the boundary.

戻り値

bool True if the plane exists (i.e., is still being tracked), otherwise false.

説明

Try to retrieve a list of positions in device space describing current plane boundary.

If successful, the boundaryOut parameter is populated with vertices describing the plane's boundary. The boundary will always contain at least four vertices, and may contain more depending on the specific device providing the boundary. Returns false if the plane is no longer tracked by the system.