Skip to content

Commit

Permalink
Update LensSettings.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
glabute committed Mar 5, 2024
1 parent da55ee0 commit fb3140e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions com.unity.cinemachine/Runtime/Core/LensSettings.cs
Expand Up @@ -70,12 +70,10 @@ public enum OverrideModes

/// <summary>
/// Allows you to select a different camera mode to apply to the Camera component
/// when Cinemachine activates this Virtual Camera. The changes applied to the Camera
/// component through this setting will remain after the Virtual Camera deactivation.
/// when Cinemachine activates this Virtual Camera.
/// </summary>
[Tooltip("Allows you to select a different camera mode to apply to the Camera component "
+ "when Cinemachine activates this Virtual Camera. The changes applied to the Camera "
+ "component through this setting will remain after the Virtual Camera deactivation.")]
+ "when Cinemachine activates this Virtual Camera.")]
public OverrideModes ModeOverride;

/// <summary>These are settings that are used only if IsPhysicalCamera is true.</summary>
Expand Down

0 comments on commit fb3140e

Please sign in to comment.