Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


layout

The column layout the Inspector uses to present the dictionary.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public DictionaryLayout layout { get; set; }

Remarks

If not specified, DictionaryLayout.TwoColumns is used. Refer to DictionaryLayout for the available layouts.