Skip to content

format

typescript
Image.imageUV

class: Image

description

The texture coordinates of the current image.

Texture coordinates (UV coordinates) typically range from (0, 0) to (1, 1), representing the entire range of the texture.

parameter

param_nametypedescription

reture

typedescription
RectTexture coordinates

code example