Phaser API Documentation

  Version: 
setUVs(u, v)

Description:

Sets the U and V properties.

Parameters:

name type description
u number

The UV u coordinate of the vertex.

v number

The UV v coordinate of the vertex.

Returns:
Description:

This Vertex.

Since: 3.50.0
Source: src/geom/mesh/Vertex.js (Line 170)