Version: 2019.4
LanguageEnglish
  • C#

XRInputSubsystem.TrySetTrackingOriginMode(TrackingOriginMode)

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Parameters

origin The new TrackingOriginModeFlags that you'd like to change to.

Returns

void True if the method changes the origin. Returns false otherwise.

Description

Attempts to set the TrackingOriginModeFlags of the subsystem.

See XRInputSubsystem.GetSupportedTrackingOriginModes in order to see what modes this individual XRInputSubsystem supports, and XRInputSubsystem.GetTrackingOriginMode to see the current mode.