Click or drag to resize
Ab4d.SharpEngine logo

CameraController Fields

The CameraController type exposes the following members.

Fields
 NameDescription
Public fieldCustomRotationCenterPositionProvider CustomRotationCenterPositionProvider is a Func that can be set to provide custom logic to get rotation center point and the zoom center point. The Func takes pointerPosition (Vector2) as the first parameter and calculatePositionWhenNoObjectIsHit (bool) as the second parameter. It can return null when no 3D object is hit and calculatePositionWhenNoObjectIsHit is false.
Protected fieldisCameraMoving 
Protected fieldisCameraQuickZooming 
Protected fieldisCameraRotating 
Protected fieldisPointerCaptured 
Protected fieldisPointerProcessing 
Protected fieldisTouchManipulationStarted 
Protected fieldlastCalculatedCameraRotationCenterPosition 
Protected fieldlastPointerPosition 
Protected fieldlastZoomPointerPosition 
Protected fieldpointerMoveStartPosition 
Protected fieldquickZoomStartPointerPosition 
Protected fieldstartPointerPosition 
Top
See Also