public static void DrawParameter(Rect drawRect, Variant parameter, bool label = true) { Variant.Draw(drawRect, parameter, label); }