|
CameraNavigationCirclesModifierKeyForOppositeAxis Property |
Gets or sets a modifier key that will rotate to the opposite axis when clicked on axis.
Default value is Shift. This means that if user holds down Shift key and clicks on +X axis, the camera will rotate to -X axis.
To disable this functionality set this property to None.
Namespace: Ab3d.ControlsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public ModifierKeys ModifierKeyForOppositeAxis { get; set; }
Property Value
ModifierKeysSee Also