|
MouseCameraControllerIsCameraAnimationStoppedOnUserAction Property |
Gets or sets a boolean that specifies if camera animation that is running with
AnimationController is stopped if user start rotating or moving the camera with mouse or touch.
If false then animation is not stopped and this prevents user from rotating or moving the camera with mouse or touch. Default value is true.
This value does not have any effect on camera rotation that is started with
StartRotation(Double, Double) method.
Namespace: Ab3d.ControlsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public bool IsCameraAnimationStoppedOnUserAction { get; set; }
Property Value
BooleanSee Also