toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge.view
/
shapeView
shape
View
inline
fun
Container
.
shapeView
(
shape
:
VectorPath
?
=
null
,
fill
:
Paint
=
Colors.WHITE
,
stroke
:
Paint
=
Colors.WHITE
,
strokeThickness
:
Double
=
1.0
,
autoScaling
:
Boolean
=
true
,
renderer
:
GraphicsRenderer
=
GraphicsRenderer.GPU
,
callback
:
ShapeView
.
(
)
->
Unit
=
{}
)
:
ShapeView