data class SpatialDialogSteps(val current: Int, val total: Int)
SpatialDialogSteps
(
current
, total
)
|
Signature
constructor(current: Int, total: Int) Parameters
current:
Int
total:
Int
Returns |
current
: Int
[Get] |
Signature
val current: Int |
total
: Int
[Get] |
Signature
val total: Int |