COLUMBUS_VIEW underground

I don.t want to fly to underground view,Is there any property for Cesium in COLUMBUS_VIEW?
Just like mapbox(Display a map | Mapbox GL JS | Mapbox)

Instead of the camera’s flyTo function, you can use viewer.zoomTo to instantly set the camera’s view to a target instead of fly to it: Viewer - Cesium Documentation.

Is there any property to set view always on the ground?just like mapbox-gl.

This example uses setView: Cesium Sandcastle.