This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Shader "Unlit/Grid" | |
| { | |
| Properties | |
| { | |
| _MinorGridColour ("Minor Grid Colour", color) = (1, 1, 1, 1) | |
| _MajorGridColour ("Major Grid Colour", color) = (1, 1, 1, 1) | |
| _BaseColour ("Base Colour", color) = (1, 1, 1, 0) | |
| _MajorBaseColour ("Major Base Color", color) = (1, 1, 1, 0) | |
| _GridSpacing ("Grid Spacing", float) = 1 | |
| _MinorLineThickness ("Minor Line Thickness", float) = 0.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Shader "Unlit/Grid" | |
| { | |
| Properties | |
| { | |
| _MinorGridColour ("Minor Grid Colour", color) = (1, 1, 1, 1) | |
| _BaseColour ("Base Colour", color) = (1, 1, 1, 0) | |
| _GridSpacing ("Grid Spacing", float) = 1 | |
| _MinorLineThickness ("Minor Line Thickness", float) = 0 | |
| _MajorLineThickness ("Major Line thickness", float) = 1 | |
| _StartFadeDistance ("Start Fade Distance", float) = 20 |