Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DisableBuilderModeToggle

This flag disables the ability to switch between text mode and builder mode.
Read time 1 minuteLast updated 6 days ago

Definition

DisableBuilderModeToggle = 16777216

Remarks

This flag is not set by default. When it is set, the Search Picker window will not be able to switch between text mode and builder mode, no matter what mode it is already in.

Examples

[SearchContext("t:material", "asset", SearchViewFlags.DisableBuilderModeToggle)]public Material selectMaterial;