Hide
DefaultExpand
Important
Enable SaintsEditor before using

Expand the field by default.

using SaintsField; [DefaultExpand] public string[] arrayDefault; [DefaultExpand] public List<string> listDefault; [DefaultExpand, ListDrawerSettings] public string[] arrayDrawer; [Serializable] public struct TableStruct { public string name; public int value; } [DefaultExpand] public TableStruct structField; [DefaultExpand, Table] public TableStruct[] table;