Skip to content

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

com.unity.render-pipelines.high-definition/Documentation~/Customizing-HDRP-materials-with-Shader-Graph.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ To create a Material that uses a Shader Graph (for example, a StackLit Graph), f
3636
To edit properties for Materials that use Shader Graphs, the Inspector window only allows access to a limited number of properties. To edit all Material properties, you must directly edit the Shader Graph's Master Node.
3737

3838
1. Double-click on the Shader Graph Asset to open it. The window displays the Master Node and a list of the available inputs. See these in the **Surface Inputs** section of the screenshot below.
39-
2. To expose the rest of the properties, click on the cog in the top right of the Master Node. See these other properties in the **Surface Options** section of the screenshot below.
40-
3. Edit the values for the cog's properties in the same way as you would do in the Inspector window. The list of inputs on the Master Node, and the available properties in the cog's list, changes depending on what options you select.
39+
2. To expose the rest of the properties, click on the gear in the top right of the Master Node. See these other properties in the **Surface Options** section of the screenshot below.
40+
3. Edit the values for the gear's properties in the same way as you would do in the Inspector window. The list of inputs on the Master Node, and the available properties in the gear's list, changes depending on what options you select.
4141

4242
![](Images/CreatingAndEditingHDRPShaderGraphs1.png)
4343

com.unity.render-pipelines.high-definition/Documentation~/Master-Node-Decal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The following table describes the input ports on a Decal Master Node, including
4242

4343
### Master Node settings menu
4444

45-
To view these properties, click the **Cog** in the top right of the Master Node.
45+
To view these properties, click the gear in the top right of the Master Node.
4646

4747
![](Images/MasterNodeDecal2.png))
4848

com.unity.render-pipelines.high-definition/Documentation~/Master-Node-Lit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The following table describes the input ports on a Lit master node, including th
6161

6262
### Master node settings menu
6363

64-
To view these properties, click the cog icon in the top right of the master node.
64+
To view these properties, click the gear icon in the top right of the master node.
6565

6666
| **Property** | **Description** |
6767
| ------------------------------------ | ------------------------------------------------------------ |

com.unity.render-pipelines.high-definition/Documentation~/More-Options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ The High Definition Render Pipeline (HDRP) components expose standard properties
44

55
## Exposing more options
66

7-
Not every component includes more options. If one does, it has a cog icon to the right of each property section header that includes more options. Click this cog icon to expose more options for that property section. For example, the [Light component’s](Light-Component.md) **General** section includes more options:
7+
Not every component includes more options. If one does, it has a gear icon to the right of each property section header that includes more options. Click this gear icon to expose more options for that property section. For example, the [Light component’s](Light-Component.md) **General** section includes more options:
88

99
![](Images/MoreOptions1.png)
1010

11-
When you click the cog icon, Unity exposes more options for the **General** section. In this example, the **Light Layer** property appears:
11+
When you click the gear icon, Unity exposes more options for the **General** section. In this example, the **Light Layer** property appears:
1212

1313
![](Images/MoreOptions2.png)

com.unity.render-pipelines.high-definition/Documentation~/Ray-Tracing-Recursive-Rendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Now that you have recursive rendering set up in your Scene, you must set GameObj
2525
You can also do this for Shader Graph master nodes:
2626

2727
1. In the Project window, double-click on the Shader to open it in Shader Graph.
28-
2. On the master node, click the cog, then select Raytracing from the Rendering Pass drop-down.
28+
2. On the master node, click the gear, then select Raytracing from the Rendering Pass drop-down.
2929

3030
## Properties
3131

com.unity.render-pipelines.high-definition/Documentation~/Shadows-in-HDRP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In HDRP, each individual Light component controls its own shadow biasing using t
4141
- **Slope-Scale Depth Bias**
4242
- **Normal Bias**
4343

44-
Find these settings under the **Shadows** section. If some of the property fields are missing, click the [more options](More-Options.md) cog to expose them. For details on how each property controls the shadow biasing, see the [Light documentation](Light-Component.md).
44+
Find these settings under the **Shadows** section. If some of the property fields are missing, click the [more options](More-Options.md) gear to expose them. For details on how each property controls the shadow biasing, see the [Light documentation](Light-Component.md).
4545

4646
![](Images/Shadows1.png)
4747

com.unity.render-pipelines.high-definition/Documentation~/Terrain-Lit-Shader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To create a new Terrain Lit Shader Material:
1717

1818
To use a Terrain Lit Material, you must assign it to a Terrain:
1919

20-
1. View the Terrain in the Inspector and click on the cog button to go to the **Terrain Settings** section.
20+
1. View the Terrain in the Inspector and click on the gear button to go to the **Terrain Settings** section.
2121
2. Either drag and drop or use the radio button to assign your Terrain Lit Material to the **Material** property.
2222

2323
![](Images/TerrainLitShader1.png)

0 commit comments

Comments
 (0)