enableCamNavDraw
Temporarily turns off the automatic update of the camera indicator for drawings used as 2D navigation for a 3D model. This is useful when switching floors to prevent automatic updates of the floor plan.
Syntax
RxCore.enableCamNavDraw(onOff)
Parameters
onOff
: boolean — Set totrue
to enable, orfalse
to disable.
Returns
- NA — This method does not return a value.