Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsInstancingEnabled()

Determines whether the Enable Instancing checkbox is checked.
Read time 1 minuteLast updated 7 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public bool IsInstancingEnabled()

Returns

Type

Description

boolReturns true if Enable Instancing checkbox is checked.

Remarks