# LightmapEditorSettings.Sampling

> This enum is now obsolete. Use Sampling.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

> **Warning:**
>
> **Deprecated.** LightmapEditorSettings.Sampling is obsolete. Use LightingSettings.Sampling instead.

```csharp
public enum LightmapEditorSettings.Sampling
```

## Fields

| Value                                                                                         | Description                              |
| --------------------------------------------------------------------------------------------- | ---------------------------------------- |
| [Auto](/engine/6000.6/script-reference/unityeditor/lightmapeditorsettings/sampling/auto.md)   | This type is now obsolete. Use Sampling. |
| [Fixed](/engine/6000.6/script-reference/unityeditor/lightmapeditorsettings/sampling/fixed.md) | This type is now obsolete. Use Sampling. |
