This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The getLayers method returns an array with the VRLayers currently being presented.
var retval = VRDisplay.getLayers();
This method has no parameters.
Type: sequence<VRLayer>
A sequence of VRLayers
VRDisplay