data class CylinderShapeOptions(val radius: Float = 5.0f, val width: Float = 1.0f, val height: Float = 0.75f) : PanelConfigOptionsModifier, UIPanelShapeOptions, MediaPanelShapeOptions
CylinderShapeOptions
(
radius
, width
, height
)
|
Signature
constructor(radius: Float = 5.0f, width: Float = 1.0f, height: Float = 0.75f) Parameters
radius:
Float
width:
Float
height:
Float
Returns |
height
: Float
[Get] |
Signature
val height: Float = 0.75f |
radius
: Float
[Get] |
Signature
val radius: Float = 5.0f |
width
: Float
[Get] |
Signature
val width: Float = 1.0f |
applyTo
(
options
)
|
Signature
open override fun applyTo(options: PanelConfigOptions) Parameters
options:
PanelConfigOptions |