# ShadowDetailLevel

## Overview

ShadowDetailLevel is an Enum that defines the detail level of shadows created by lighting.

This is used in the MeshShadowDetailLevel property of MeshPart and controls the shadow rendering quality of the mesh.

## Items

| Name     | Value | Description                                                                                                     |
| -------- | ----- | --------------------------------------------------------------------------------------------------------------- |
| Original | 0     | Creates shadows based on the original geometry of the MeshPart. It provides the most accurate visual fidelity.  |
| Medium   | 1     | Renders shadows with medium detail. Provides lower quality than Original, but improves performance.             |
| Low      | 2     | Renders shadows with the lowest detail. Provides the best performance optimization, but reduces visual quality. |

## See also

{% content-ref url="/pages/eg5XQ1JYZXtTZxcUoWm2" %}
[MeshPart](/development/api-reference/classes/meshpart.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.overdare.com/development/api-reference/enums/shadowdetaillevel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
