 |
CameraControllerCustomRotationCenterPositionProvider Field |
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.
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic Func<Vector2, bool, Vector3?>? CustomRotationCenterPositionProvider
Field Value
FuncVector2,
Boolean,
NullableVector3
Remarks[Missing <remarks> documentation for "F:Ab4d.SharpEngine.Utilities.CameraController.CustomRotationCenterPositionProvider"]
See Also