text
stringlengths
0
8.81k
Name
Type
Description
OUTSIDE
number
Represents that an object is not contained within the frustum.
INTERSECTING
number
Represents that an object intersects one of the frustum's planes.
INSIDE
number
Represents that an object is fully within the frustum.
constant IonWorldImageryStyle : number
engine/Source/Scene/IonWorldImageryStyle.js 8
The types of imagery provided by createWorldImagery.
Properties:
Name
Type
Description
AERIAL
number
Aerial imagery.
AERIAL_WITH_LABELS
number
Aerial imagery with a road overlay.
ROAD
number
Roads without additional imagery.
constant KeyboardEventModifier : number
engine/Source/Core/KeyboardEventModifier.js 7
This enumerated type is for representing keyboard modifiers. These are keys
that are held down in addition to other event types.
Properties:
Name
Type
Description