# Clear()

> Clear the state of ScriptableBakedReflectionSystem.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.Experimental.Rendering](/engine/6000.6/script-reference/unityeditor/experimental/rendering.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public virtual void Clear()
```

### Remarks

This implementation does nothing.

Override this method in your own implementation to clear the state of your ScriptableBakedReflectionSystem. See [IScriptableBakedReflectionSystem](/engine/6000.6/script-reference/unityeditor/experimental/rendering/iscriptablebakedreflectionsystem.md).
