Function: createPresentationViewSynchronizer()
createPresentationViewSynchronizer(
synchronizerName
,options
?):Synchronizer
A helper that creates a new Synchronizer
which listens to the CAMERA_MODIFIED
rendering event and calls the cameraSyncCallback
based on presentation view
values and not based on absolute camera positions.
Parameters
• synchronizerName: string
The name of the synchronizer.
• options?: ViewPresentation
Returns
A new Synchronizer
instance.
Defined in
tools/src/synchronizers/synchronizers/createPresentationViewSynchronizer.ts:16