# materialUpdateEnabled

> Whether animated materials render in this SceneView.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

> **Warning:**
>
> **Deprecated.** Obsolete msg
>
> **Upgrade to** [SceneView.SceneViewState.alwaysRefreshEnabled](/engine/6000.7/script-reference/unityeditor/sceneview/sceneviewstate/alwaysrefreshenabled.md)

```csharp
public bool materialUpdateEnabled { get; }
```

### Remarks

This property only affects Materials that are animated: if enabled, these Materials render with animation; if disabled, they render without animation.
