Exemplo n.º 1
0
 protected override void DrawBody()
 {
     GUI.Box(new Rect(125, 55, 90, 105), _item.Info.Icon.texture, "info_icon");
     GUI.Label(new Rect(85, 165, 170, 50), _item.Info.Title, "info_title");
     GUI.Label(new Rect(42.5f, 215, 255, 165), _item.GetDescription(), "info_description");
 }