Unity_1lab/1 laba/Library/PackageCache/com.unity.shadergraph@bd938c0c5e52/Documentation~/UV-Node.md
Vladislav 23109c3619 Небольшой фикс звуков
-Добавил отдельный звук шага и запахало как надо.
2025-09-16 17:48:42 +03:00

18 lines
759 B
Markdown

# UV node
The UV node outputs the vertex or fragment UV coordinates of a mesh.
UV coordinates usually have two channels, but the UV node outputs four channels so you can use the remaining two channels, for example to store custom mesh data.
## Ports
| **Name** | **Direction** | **Type** | **Binding** | **Description** |
|:------------ |:-------------|:-----|:---|:---|
| **Out** | Output | Vector 4 | None | The u and v coordinates from the mesh in the first two channels, and two extra channels. |
## Controls
| **Name** | **Type** | **Options** | **Description** |
|:------------ |:-------------|:-----|:---|
| **Channel** | Dropdown | **UV0**, **UV1**, **UV2**, **UV3**, **UV4**, **UV5**, **UV6**, **UV7** | Selects the coordinate set to output. |