Skip to content

Commit 0c0de8d

Browse files
KEngelstoftEvergreen
authored andcommitted
Update Tools Icons for Reflection Probes
1 parent 0fe67d6 commit 0c0de8d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • Packages/com.unity.render-pipelines.high-definition/Editor/Lighting/Reflection

Packages/com.unity.render-pipelines.high-definition/Editor/Lighting/Reflection/HDProbeUI.Skin.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ static partial class HDProbeUI
2828

2929
static readonly Dictionary<ToolBar, GUIContent> k_ToolbarContents = new Dictionary<ToolBar, GUIContent>
3030
{
31-
{ ToolBar.InfluenceShape, EditorGUIUtility.TrIconContent("EditCollider", "Modify the base shape.") },
32-
{ ToolBar.Blend, EditorGUIUtility.TrIconContent("PreMatCube", "Modify the influence volume.") },
33-
{ ToolBar.NormalBlend, EditorGUIUtility.TrIconContent("SceneViewOrtho", "Modify the influence normal volume.") },
34-
{ ToolBar.CapturePosition, EditorGUIUtility.TrIconContent("MoveTool", "Change the capture position.") },
31+
{ ToolBar.InfluenceShape, EditorGUIUtility.TrIconContent("EditShape", "Modify the base shape.") },
32+
{ ToolBar.Blend, EditorGUIUtility.TrIconContent("BlendDistance", "Modify the influence volume blend distance.") },
33+
{ ToolBar.NormalBlend, EditorGUIUtility.TrIconContent("NormalBlendDistance", "Modify the influence volume normal blend distance.") },
34+
{ ToolBar.CapturePosition, EditorGUIUtility.TrIconContent("CapturePosition", "Change the capture position.") },
3535
{ ToolBar.MirrorPosition, EditorGUIUtility.TrIconContent("MoveTool", "Change the mirror position.") },
3636
{ ToolBar.MirrorRotation, EditorGUIUtility.TrIconContent("RotateTool", "Change the mirror rotation.") },
3737
{ ToolBar.ShowChromeGizmo, EditorGUIUtility.TrIconContent(IconReflectionProbeGizmoId, "Display the chrome gizmo.") },

0 commit comments

Comments
 (0)