SetManipulationSettings

Change the style of input used.

Function

void SetManipulationSettings(styleName: string)

Parameters

  • styleName (string): the name of the input style to use. Either “GoogleMaps” to use Google Maps style, or anything else to use the default Sym3 style.

Example

Sets the style to the Google Maps input style:

SYM3.SetManipulationSettings("GoogleMaps");