Table of Contents

Enum ARSession.SessionState

Namespace
easyar
Assembly
EasyAR.Sense.dll

Session state.

public enum ARSession.SessionState

Fields

None = 0

Initial state. The session has not been started or assembled.

Broken = 1

The session is broken due to reasons such as ARAssembly assembly failure.

Assembling = 2

During assembly.

Assembled = 3

Assembly completed successfully.

Ready = 4

The Session is ready to run after StartSession() succeeds.

Running = 5

Session is running.

Paused = 6

Session is paused.

Session pauses when FrameSource generates empty frame data, usually when the device stops or the application is paused.