# GetDefinedRenderingLayerValues()

> Returns a values of the defined Rendering Layers in the Tags and Layers manager.

## Definition

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

```csharp
public static int[] GetDefinedRenderingLayerValues()
```

### Returns

| Type                                                           | Description                                  |
| -------------------------------------------------------------- | -------------------------------------------- |
| [int\[\]](https://learn.microsoft.com/dotnet/api/system.int32) | List of the defined Rendering Layers values. |
