speedModifier
The multiplier applied to the camera's speed when holding the Shift key.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public float speedModifier { get; set; }
Remarks
When you hold down the Shift key while moving, the current camera SceneView.CameraSettings.speed is multiplied by this value. This provides a temporary boost to the movement speed. Adjust this value to control how fast the camera moves when the speed modifier is active.