GuiSetStyle method
Implementation
@override
void GuiSetStyle(
GuiControl control,
GuiProperty property,
num value,
) => run(
() => RaylibDebugLabels.GuiSetStyle(control, property, value),
() => rl.Gui.GuiSetStyle.run3(
control.value.toJS,
property.value.toJS,
value.toJS,
),
);