/DisplayInspector-Attribute

Attribute for Unity3d to display one Inspector inside another

Primary LanguageC#

DisplayInspector-Attribute

Attribute for Unity3d to display one Inspector inside another

DisplayInspector Example

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