data class SpatialDialogSteps(val current: Int, val total: Int)
SpatialDialogSteps
(
current
, total
)
|
Signature
constructor(current: Int, total: Int) Parameters current: Int
The current step number.
total: Int
The total number of steps.
Returns SpatialDialogSteps |
current
: Int
[Get] |
Signature
val current: Int |
total
: Int
[Get] |
Signature
val total: Int |