 |
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.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntaxpublic Func<Vector2, bool, Vector3?>? CustomRotationCenterPositionProvider
Field Value
FuncVector2,
Boolean,
NullableVector3
Remarks[Missing <remarks> documentation for "F:Ab4d.SharpEngine.Utilities.CameraController.CustomRotationCenterPositionProvider"]
See Also