示例#1
0
 /// <summary>
 /// Draws the GUI of the opened asset.
 /// Note that this method is called from DrawGUI(), and by default the asset is not null at this step.
 /// </summary>
 protected virtual void DrawAssetGUI()
 {
     MuffinDevGUI.DrawDefaultInspector(Asset);
 }