Click or drag to resize
Ab4d.SharpEngine logo

CameraControllerQuickZoomMaxZoomInFactor Property

QuickZoomMaxZoomInFactor is used when QuickZoom are satisfied and defines the maximum zoom in factor. The maximum zoom in factor is reached when the user moves the pointer or mouse for the QuickZoomMaxFactorScreenDistance distance in the forward direction. If user moves the pointer or mouse farther away the zooming is not performed anymore. Default value is 20 and means that the max zoom in factor is 20x - the Camera.Distance will be reduced to its 0.05 (1/20) initial value.

Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public float QuickZoomMaxZoomInFactor { get; set; }

Property Value

Single

[Missing <value> documentation for "P:Ab4d.SharpEngine.Utilities.CameraController.QuickZoomMaxZoomInFactor"]

Remarks

[Missing <remarks> documentation for "P:Ab4d.SharpEngine.Utilities.CameraController.QuickZoomMaxZoomInFactor"]

See Also