ThreePresenter API Documentation - v0.1.2
Home
GitHub
Preparing search index...
LoadingProgress
Interface LoadingProgress
Progress information for model loading
interface
LoadingProgress
{
modelId
:
string
;
fileName
:
string
;
loaded
:
number
;
total
:
number
;
percentage
:
number
;
status
:
"error"
|
"loading"
|
"parsing"
|
"complete"
;
}
Index
Properties
model
Id
file
Name
loaded
total
percentage
status
Properties
model
Id
modelId
:
string
file
Name
fileName
:
string
loaded
loaded
:
number
total
total
:
number
percentage
percentage
:
number
status
status
:
"error"
|
"loading"
|
"parsing"
|
"complete"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
model
Id
file
Name
loaded
total
percentage
status
Home
GitHub
ThreePresenter API Documentation - v0.1.2
Loading...
Progress information for model loading