# enableInstancing

> Gets and sets whether GPU instancing is enabled for this material.

## Definition

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

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