# IsInstancingEnabled()

> Determines whether the Enable Instancing checkbox is checked.

## Definition

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

```csharp
public bool IsInstancingEnabled()
```

### Returns

| Type                                                          | Description                                            |
| ------------------------------------------------------------- | ------------------------------------------------------ |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) | Returns true if Enable Instancing checkbox is checked. |

### Remarks

See also: [MaterialEditor.EnableInstancingField](/engine/6000.5/script-reference/unityeditor/materialeditor/enableinstancingfield.md).
