# useDynamicScaleExplicit

> Set to true to enable dynamic resolution scaling on this render texture and control when this scaling happens. Mutually exclusive with RenderTextureDescriptor.useDynamicScale Additional Resources: RenderTexture.useDynamicScaleExplicit.

## Definition

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

```csharp
public bool useDynamicScaleExplicit { get; set; }
```
