text
stringlengths
0
8.81k
COLUMBUS_VIEW
number
Columbus View mode. A 2.5D perspective view where the map is laid out
flat and objects with non-zero height are drawn above it.
SCENE2D
number
2D mode. The map is viewed top-down with an orthographic projection.
SCENE3D
number
3D mode. A traditional 3D perspective view of the globe.
See:
Scene#mode
constant ScreenSpaceEventType : number
engine/Source/Core/ScreenSpaceEventType.js 6
This enumerated type is for classifying mouse events: down, up, click, double click, move and move while a button is held down.
Properties:
Name
Type
Description
LEFT_DOWN
number
Represents a mouse left button down event.
LEFT_UP
number
Represents a mouse left button up event.
LEFT_CLICK
number
Represents a mouse left click event.
LEFT_DOUBLE_CLICK
number
Represents a mouse left double click event.
RIGHT_DOWN
number
Represents a mouse left button down event.
RIGHT_UP
number
Represents a mouse right button up event.
RIGHT_CLICK
number