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