ARSession.SessionState Enum¶
Description¶
The state of session.
Constant |
Value |
Description |
---|---|---|
None |
0 |
The initial state when session not started or assembled. |
Broken |
1 |
Session broken caused by ARAssembly fail to assemble or other reasons. |
Assembling |
2 |
In the process of assembling. |
Assembled |
3 |
Assemble finished successfully. |
Ready |
4 |
Session is ready to run after a success ARSession.StartSession . |
Running |
5 |
Session is running. |
Paused |
6 |
Session is paused. Session will be paused when FrameSource generate empty frames, usually when device stop or application pause. |