Phaser API Documentation

  Version: 
update(alpha, a, b, c, d, e, f, roundPixels)

Description:

Calls the Vertex.update method on each of the vertices. This populates them with the new translated values, updating their tx, ty and ta properties.

Parameters:

name type description
alpha number

The alpha of the parent object.

a number

The parent transform matrix data a component.

b number

The parent transform matrix data b component.

c number

The parent transform matrix data c component.

d number

The parent transform matrix data d component.

e number

The parent transform matrix data e component.

f number

The parent transform matrix data f component.

roundPixels boolean

Round the vertex position or not?

Returns:
Description:

This Face instance.

Since: 3.60.0
Source: src/geom/mesh/Face.js (Line 477)