Deadcows / DisplayInspector-Attribute

Attribute for Unity3d to display one Inspector inside another

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Attribute for Unity3d to display one Inspector inside another


Languages

Language:C# 100.0%