Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TryGetBoundaryPoints(List<Vector3>)

Gets the list of 3D position values that represents the SDK-set boundary.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine.XR
  • Assembly: UnityEngine.XRModule
public bool TryGetBoundaryPoints(List<Vector3> boundaryPoints)

Parameters

boundaryPoints

The list of boundary points.

Returns

Type

Description

boolTrue if this XRInputSubsystem supports boundary points and they are available. Returns false otherwise.