StopZoomAndFollowEquipment
When this function is called, the camera will stop following an equipment object.
Remarks: Available in Integrator only
🔁 Function
void StopZoomAndFollowEquipment(viewName: string);
⚙️ Parameters
Name | Type | Description |
---|---|---|
viewName |
String | Optional: The name of the view in which to stop the ZoomAndFollowEquipment function. If this value is missing, then all views will stop the ZoomAndFollowEquipment function. |
📝 Example
StopZoomAndFollowEquipment();
StopZoomAndFollowEquipment("View1");