isManualRenderingEnabled

Indicates whether manual rendering is enabled or not.

If set to true, the SceneView won't use its own pulse mechanism to draw the scene. The user of the SceneView will have to call renderFrame to cause the SceneView to draw.

Note that once this property has been set to true on a SceneView it is not possible to revert back to the default pulse mechanism. If you intend to set this property to true for a SceneView then it is advisable to do so as soon as possible after the SceneView has been initialized.

Since

200.1.0