Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ To create a Material that uses a Shader Graph (for example, a StackLit Graph), f
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.

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.
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.
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.
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.
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.

![](Images/CreatingAndEditingHDRPShaderGraphs1.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The following table describes the input ports on a Decal Master Node, including

### Master Node settings menu

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

![](Images/MasterNodeDecal2.png))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The following table describes the input ports on a Lit master node, including th

### Master node settings menu

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

| **Property** | **Description** |
| ------------------------------------ | ------------------------------------------------------------ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ The High Definition Render Pipeline (HDRP) components expose standard properties

## Exposing more options

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:
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:

![](Images/MoreOptions1.png)

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

![](Images/MoreOptions2.png)
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Now that you have recursive rendering set up in your Scene, you must set GameObj
You can also do this for Shader Graph master nodes:

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

## Properties

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ In HDRP, each individual Light component controls its own shadow biasing using t
- **Slope-Scale Depth Bias**
- **Normal Bias**

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).
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).

![](Images/Shadows1.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To create a new Terrain Lit Shader Material:

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

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

![](Images/TerrainLitShader1.png)
Expand Down