Beispiel #1
0
 /// <summary>
 /// 绘制字段
 /// </summary>
 public static object DrawField(Rect rect, Type type, object value, string label, string tooltip)
 {
     return(DrawField(rect, type, value, GUIHelper.TextContent(label, tooltip)));
 }