toggle menu
SceneView
androidJvm
switch theme
search in API
sceneview
/
io.github.sceneview.geometries
/
Shape
/
update
update
fun
update
(
engine
:
Engine
,
polygonPath
:
List
<
Position2
>
=
this.polygonPath
,
polygonHoles
:
List
<
Int
>
=
this.polygonHoles
,
delaunayPoints
:
List
<
Position2
>
=
this.delaunayPoints
,
normal
:
Direction
=
this.normal
,
uvScale
:
UvScale
=
this.uvScale
,
color
:
Color
?
=
this.color
)
:
Shape