GuiGetStyle method
Implementation
@override
int GuiGetStyle(
GuiControl control,
GuiProperty property,
) => run(
() => RaylibDebugLabels.GuiGetStyle(control, property),
() => rl.Gui.GuiGetStyle(
control.value,
property.value,
),
);
@override
int GuiGetStyle(
GuiControl control,
GuiProperty property,
) => run(
() => RaylibDebugLabels.GuiGetStyle(control, property),
() => rl.Gui.GuiGetStyle(
control.value,
property.value,
),
);