Prism Size
This refers to the dimensions that the browser window occupies in 3D space. All landscape apps are composed of a prism with corresponding width, height, and breadth dimensions.
Resizing the prism extends the browser window in their respective dimensions.
Syntax
Getter
Returns the associated dimensions for the prisms. The return value is a floating point number that represents the number of meters the prism occupies.
var width = window.mlWorld.browserWidth;
var height = window.mlWorld.browserHeight;
var breadth = window.mlWorld.browserBreadth;