# GetDefinedRenderingLayerNames()

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

## Definition

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

```csharp
public static string[] GetDefinedRenderingLayerNames()
```

### Returns

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