This documentation is archived and is not being maintained.
getLayers method
The getLayers method returns an array with the VRLayers currently being presented.
Syntax
var retval = VRDisplay.getLayers();
Parameters
This method has no parameters.
Return value
Type: sequence<VRLayer>
A sequence of VRLayers
See also
-
VRDisplay