enumeration
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.
CloseFor 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.
CloseIndicates the lifecycle state of the device's spatial location system.
This is the tracking state for the device. It lets your application know whether position and orientation in the user's surroundings are available from the device.
Unavailable | The device's spatial location system is not available. |
OrientationOnly | The device is reporting its orientation and has not been asked to report its position in the user's surroundings. |
Activating | The device is reporting its orientation and is preparing to locate its position in the user's surroundings. |
Active | The device is reporting its orientation and position in the user's surroundings. |
Inhibited | The device is reporting its orientation but cannot locate its position in the user's surroundings due to external factors like poor lighting conditions. |