ARSession.SessionState Enum¶
Description¶
The state of session.
Constant |
Value |
Description |
---|---|---|
UnInitialized |
0 |
Initialize is not called or initialize failed. |
Assembling |
1 |
In the process of assembling. |
Broken |
2 |
ARAssembly fail to assemble or broken. |
Ready |
3 |
Session is ready. |
Running |
4 |
Session is running. |
Paused |
5 |
Session is paused. Session will be paused when FrameSource generate empty frames, usually when device stop or application pause. |