SetCamera
Change the current camera.
Function
void SetCamera(cameraName: string)
Parameters
- cameraName (string): the name of the camera. If the camera not found, nothing will happen.
Remarks
For the moment, unicode strings are not supported so it is best to use ASCII when naming cameras.
Example
Changes the view to a camera named “TopView”.
SYM3.SetCamera("TopView");