kool-editor-model
Toggle table of contents
0.18.0
common
Platform filter
common
Switch theme
Search in API
kool-editor-model
kool-editor-model
/
de.fabmax.kool.editor.data
/
ShapeData
/
Cylinder
/
Cylinder
Cylinder
constructor
(
topRadius
:
Double
=
1.0
,
bottomRadius
:
Double
=
1.0
,
length
:
Double
=
1.0
,
steps
:
Int
=
32
,
pose
:
PoseData
=
PoseData.IDENTITY
,
uvScale
:
Vec2Data
=
Vec2Data(1.0, 1.0)
,
color
:
ColorData
=
ColorData(MdColor.GREY)
)