|
MouseCameraControllerOnManipulationCompleted Method |
OnManipulationCompleted is called when touch event is completed. This method starts rotation easing or resumes the suspended camera rotation.
Users can override the method but it is highly recommended to call this method from the overridden method.
Namespace: Ab3d.ControlsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax protected virtual void OnManipulationCompleted(
Object sender,
ManipulationCompletedEventArgs e
)
Parameters
- sender Object
- sender
- e ManipulationCompletedEventArgs
- ManipulationCompletedEventArgs
See Also