BaseWindowsMixedRealitySource.UpdateController(InteractionSourceState) 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.
Update the source data from the provided platform state.
public:
virtual void UpdateController(UnityEngine::XR::WSA::Input::InteractionSourceState interactionSourceState);
public virtual void UpdateController (UnityEngine.XR.WSA.Input.InteractionSourceState interactionSourceState);
abstract member UpdateController : UnityEngine.XR.WSA.Input.InteractionSourceState -> unit
override this.UpdateController : UnityEngine.XR.WSA.Input.InteractionSourceState -> unit
Public Overridable Sub UpdateController (interactionSourceState As InteractionSourceState)
Parameters
- interactionSourceState
- UnityEngine.XR.WSA.Input.InteractionSourceState
The InteractionSourceState retrieved from the platform.