uv property
Vector2?
uv
final
The interpolated texture coordinate at the hit, or null when the mesh carries no UV data (never a silent zero).
Implementation
final Vector2? uv;
The interpolated texture coordinate at the hit, or null when the mesh carries no UV data (never a silent zero).
final Vector2? uv;