World.height

Category:Game Lab

Returns the height of the World in pixels.

This is a read only property of the World. It cannot be changed.

Examples

text(World.height, 0, 15);

Syntax

World.height

Returns

Returns the height of the World in pixels.

Found a bug in the documentation? Let us know at documentation@code.org