public FloatUI(FieldInfo field, object host) : base(field, host) { ui = new FloatField(); ui.Value = Value; }