Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


uv

The UV coordinate of the vertex.
Read time 1 minuteLast updated 8 days ago

Definition

public Vector2 uv

Remarks

This is used to sample the required region of the associated texture if any. Values outside the range 0..1 are currently not supported and could lead to undefined results.