uapmd-binding
Toggle table of contents
Common
Target filter
Common
Switch theme
Search in API
Skip to content
uapmd-binding
uapmd-binding
/
dev.atsushieno.uapmd
/
OfflineRenderProgress
Offline
Render
Progress
data
class
OfflineRenderProgress
(
val
progress
:
Double
,
val
renderedSeconds
:
Double
,
val
totalSeconds
:
Double
,
val
renderedFrames
:
Long
,
val
totalFrames
:
Long
)
Members
Constructors
Offline
Render
Progress
Link copied to clipboard
constructor
(
progress
:
Double
,
renderedSeconds
:
Double
,
totalSeconds
:
Double
,
renderedFrames
:
Long
,
totalFrames
:
Long
)
Properties
progress
Link copied to clipboard
val
progress
:
Double
rendered
Frames
Link copied to clipboard
val
renderedFrames
:
Long
rendered
Seconds
Link copied to clipboard
val
renderedSeconds
:
Double
total
Frames
Link copied to clipboard
val
totalFrames
:
Long
total
Seconds
Link copied to clipboard
val
totalSeconds
:
Double