# DeltaSpeed

> Speed at which the value changes for a given input device delta.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine.UIElements](/engine/6000.0/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public enum DeltaSpeed
```

## Fields

| Value                                                                                 | Description                                          |
| ------------------------------------------------------------------------------------- | ---------------------------------------------------- |
| [Fast](/engine/6000.0/script-reference/unityengine/uielements/deltaspeed/fast.md)     | The value changes at four times the normal rate.     |
| [Normal](/engine/6000.0/script-reference/unityengine/uielements/deltaspeed/normal.md) | The value changes at the normal rate.                |
| [Slow](/engine/6000.0/script-reference/unityengine/uielements/deltaspeed/slow.md)     | The value changes at one quarter of its normal rate. |
