Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OpenInBuilderMode

This flag forces the picker to open in builder mode.
Read time 1 minuteLast updated 12 days ago

Definition

OpenInBuilderMode = 4194304

Remarks

When this flag is set, the picker will open in builder mode. When it is not set, the picker will open in the last mode used.

Examples

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