data class DpDisplayOptions(val width: Float, val height: Float, val dpi: Int = DpDisplayOptions.DEFAULT_DPI) : PanelConfigOptionsModifier, UIPanelDisplayOptions
DpDisplayOptions
(
width
, height
, dpi
)
|
Signature
constructor(width: Float, height: Float, dpi: Int = DpDisplayOptions.DEFAULT_DPI) Parameters
width:
Float
height:
Float
dpi:
Int
Returns |
dpi
: Int
[Get] |
The dots per inch to use for the display
Signature
val dpi: Int |
height
: Float
[Get] |
The height of the panel in dp
Signature
val height: Float |
width
: Float
[Get] |
The width of the panel in dp
Signature
val width: Float |
applyTo
(
options
)
|
Signature
open override fun applyTo(options: PanelConfigOptions) Parameters
options:
PanelConfigOptions |
DEFAULT_DPI
: Int
[Get] |
The default DPI used for DpDisplaySettings.
Signature
const val DEFAULT_DPI: Int |