|
MouseCameraControllerQuickZoomZoomOutFactor Property |
QuickZoomZoomOutFactor is used when
QuickZoomConditions are satisfied and defines the zoom out speed.
The property defines the zoom out factor that is used when the mouse travels for the
QuickZoomMaxFactorScreenDistance amount in the backwards mouse direction.
Zoom out does not stop at this zoom factor as with zooming in (see
QuickZoomMaxZoomInFactor).
Default value is 10 and means that the zoom out factor is 10x - the Camera.Distance will be increased to 10 times its initial value after the mouse moves for the
QuickZoomMaxFactorScreenDistance amount in the backwards mouse direction.
Namespace: Ab3d.ControlsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public double QuickZoomZoomOutFactor { get; set; }
Property Value
DoubleSee Also