Appearance
KBE3D / KBCore / Cesium / SplitDirection
枚举: SplitDirection
The direction to display a primitive or ImageryLayer relative to the Scene#splitPosition.
枚举成员
LEFT
LEFT:
-1
Display the primitive or ImageryLayer to the left of the Scene#splitPosition.
NONE
NONE:
0
Always display the primitive or ImageryLayer.
RIGHT
RIGHT:
1
Display the primitive or ImageryLayer to the right of the Scene#splitPosition.
