# GetDLSSPresetExplanation(DLSSPreset)

> Gets the explanation for the given preset.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.NVIDIA](/engine/6000.7/script-reference/unityengine/nvidia.md)
* **Assembly:** UnityEngine.NVIDIAModule

```csharp
public static string GetDLSSPresetExplanation(DLSSPreset preset)
```

### Parameters

**** (\[DLSSPreset]\(/engine/6000.7/script-reference/unityengine/nvidia/dlsspreset)): DLSS render preset.

### Returns

| Type                                                           | Description                                                           |
| -------------------------------------------------------------- | --------------------------------------------------------------------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) | Returns a string containing the explanation for the given DLSSPreset. |
