World/gameHeight
World
  gameHeight = 540
Default Value
540
Variable Type
Description
The desired height in pixels for the game's container.

This height will be used for containers on vylocity.com and in other areas that are in Vylocity's control. All content will scale with this height as the starting point and the engine will use this height to determine how much of the map is viewable if no Client/mapView is defined.
Example Code
/* change the World/gameHeight to 600 */ World gameWidth = 600
Related