OSDN Git Service

Added Assets for main menu
[mindgames/Mindgames_main.git] / Mindgames / Library / PackageCache / com.unity.shadergraph@6.9.0 / Documentation~ / UV-Node.md
1 # UV Node
2
3 ## Description
4
5 Provides access to the mesh vertex or fragment's **UV** coordinates. The coordinate channel of the output value can be selected with the **Channel** dropdown parameter.
6
7 ## Ports
8
9 | Name        | Direction           | Type  | Binding | Description |
10 |:------------ |:-------------|:-----|:---|:---|
11 | Out | Output      |    Vector 4 | None | Mesh's **UV** coordinates. |
12
13 ## Controls
14
15 | Name        | Type           | Options  | Description |
16 |:------------ |:-------------|:-----|:---|
17 | Channel | Dropdown | UV0, UV1, UV2, UV3 | Selects coordinate channel of **UV** to output. |