This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

XRExperienceSubsystem.GetAllBoundaryPoints

public void GetAllBoundaryPoints(List<Vector3> boundaryPointsOut);

Description

If the current expereince is XRExperienceSubsystem.ExperienceType.Bounded, this will return the set of points that describe the bounded area the user can move within. For any other experience type this will return an empty list.