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