data class ScreenFractionDisplayOptions(val fraction: Float = 0.5f) : PanelConfigOptionsModifier, UIPanelDisplayOptions
ScreenFractionDisplayOptions
(
fraction
)
|
Signature
constructor(fraction: Float = 0.5f) Parameters fraction: Float
The fraction of the screen that the panel should occupy (0.0-1.0)
Returns ScreenFractionDisplayOptions |
fraction
: Float
[Get] |
The fraction of the screen that the panel should occupy (0.0-1.0)
Signature
val fraction: Float = 0.5f |
applyTo
(
options
)
|
Signature
open override fun applyTo(options: PanelConfigOptions) Parameters options: PanelConfigOptions |