Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


hideDefaultInstance

Hide the default instance of brush in the tile palette window.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.TilemapModule
public bool hideDefaultInstance { get; }

Remarks

In addition to asset instances of brush class, Unity creates a default instance of every brush to be shown in the palette window dropdown. When hideDefaultInstance=true, the default instance will not be created.