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 

Idle.

Paused 

Paused.

LoadRequested 

Load Requested.

Loading 

Loading.

Loaded 

Loaded.

Error 

Error.

Disposing 

Disposing.

Disposed 

Disposed.