MouseRotationProvider.Update(KeyBinding, KeyBinding, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Start or stop rotation based on the key binding.
public:
void Update(Microsoft::MixedReality::Toolkit::Input::KeyBinding rotationKey, Microsoft::MixedReality::Toolkit::Input::KeyBinding cancelRotationKey, bool toggle);
public void Update (Microsoft.MixedReality.Toolkit.Input.KeyBinding rotationKey, Microsoft.MixedReality.Toolkit.Input.KeyBinding cancelRotationKey, bool toggle);
member this.Update : Microsoft.MixedReality.Toolkit.Input.KeyBinding * Microsoft.MixedReality.Toolkit.Input.KeyBinding * bool -> unit
Public Sub Update (rotationKey As KeyBinding, cancelRotationKey As KeyBinding, toggle As Boolean)
Parameters
- rotationKey
- KeyBinding
- cancelRotationKey
- KeyBinding
- toggle
- Boolean
Remarks
Also manages shared features such as cursor visibility that can be activated by different rotation providers.