Click or drag to resize
Ab4d.SharpEngine logo

CameraControllerQuickZoomZoomOutFactor Property

QuickZoomZoomOutFactor is used when QuickZoom are satisfied and defines the zoom out speed. The property defines the zoom out factor that is used when the pointer or mouse travels for the QuickZoomMaxFactorScreenDistance amount in the backwards pointer or 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 pointer or mouse moves for the QuickZoomMaxFactorScreenDistance amount in the backwards mouse direction.

Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax
C#
public float QuickZoomZoomOutFactor { get; set; }

Property Value

Single
See Also