UltralightWrapper Namespace Reference

Enumerations

enum  UltralightLoadingState {
  Idle = 0 , Paused = 1 , LoadRequested = 2 , Loading = 3 ,
  Loaded = 4 , Error = 5 , Disposing = 6 , Disposed = 7
}
 

Enumeration Type Documentation

◆ UltralightLoadingState

Enumerator
Idle 0 

Idle.

Paused 1 

Paused.

LoadRequested 2 

Load Requested.

Loading 3 

Loading.

Loaded 4 

Loaded.

Error 5 

Error.

Disposing 6 

Disposing.

Disposed 7 

Disposed.