You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -60,6 +60,8 @@ public SceneViewCameraWindow(SceneView sceneView)
60
60
EditorGUIUtility.TrTextContent("Max","The maximum speed of the camera in the Scene view. Valid values are between [0.02, 99].")
61
61
};
62
62
m_FieldOfView=EditorGUIUtility.TrTextContent("Field of View","The height of the Camera's view angle. Measured in degrees vertically, or along the local Y axis.");
Copy file name to clipboardExpand all lines: Editor/Mono/Annotation/SceneViewSettingsProvider.cs
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ class Styles
14
14
staticbools_Initialized;
15
15
16
16
publicstaticGUIContentcameraMovementEasingEnabled=newGUIContent("Camera Easing","Check this to enable camera movement easing. This makes the Camera ease in when it starts moving, and ease out when it stops.");
17
-
publicstaticGUIContentcameraMovementEasingDuration=newGUIContent("Camera Easing Duration","How long it takes for the Camera speed to accelerate to full speed. Measured in seconds.");
17
+
publicstaticGUIContentcameraMovementEasingDuration=newGUIContent("Duration","How long it takes for the Camera speed to accelerate to full speed. Measured in seconds.");
18
18
19
19
publicstaticGUIStylesettings;
20
20
@@ -62,8 +62,10 @@ public override void OnGUI(string searchContext)
0 commit comments