# value

> This is the relative value that indicates the sort order of this layer relative to the other layers.

## Definition

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

```csharp
public int value { get; }
```

### Remarks

You may use this to determine the sort order of the layer. Additional Resources: [SortingLayer.GetLayerValueFromID](/engine/6000.5/script-reference/unityengine/sortinglayer/getlayervaluefromid.md).
