|
MouseCameraControllerIsTouchRotateEnabled Property |
Gets or sets a boolean that specifies if rotating the camera with touch is enabled (requires .Net 4 version of Ab3d.PowerToys to work). Default value is true.
Namespace: Ab3d.ControlsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public bool IsTouchRotateEnabled { get; set; }
Property Value
BooleanRemarks IsTouchRotateEnabled gets or sets a boolean that specified if rotating the camera with touch is enabled. Default value is true.
Please note that setting IsTouchRotateEnabled to true, does not automatically sets the IsTouchMoveEnabled to false.
This must be done manually to prevent moving and rotating simultaneously.
See Also