Attribute for Unity3d to display one Inspector inside another
Simply put DisplayInspector attribute to display inspector of object in this field
[DisplayInspector(false)] public GameManagerSettings Settings;
Bool parameter is to display object field always or only while field unassigned