We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f4d72 commit 6a029f3Copy full SHA for 6a029f3
Assets/HoloToolkit/Utilities/Scripts/NearPlaneFade.cs
@@ -20,13 +20,13 @@ public class NearPlaneFade : MonoBehaviour
20
21
private int fadeDistancePropertyID;
22
23
- void Awake()
+ private void Awake()
24
{
25
fadeDistancePropertyID = Shader.PropertyToID("_NearPlaneFadeDistance");
26
UpdateShaderParams();
27
}
28
29
- void OnValidate()
+ private void OnValidate()
30
31
32
@@ -54,4 +54,4 @@ private void UpdateShaderParams()
54
55
56
57
-}
+}
0 commit comments