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