SetAutomationEventBaseFrame method
Set automation event internal base frame to start recording
Implementation
@override
void SetAutomationEventBaseFrame(
int frame,
) => run(
() => RaylibDebugLabels.SetAutomationEventBaseFrame(frame),
() => rl.Core.SetAutomationEventBaseFrame(frame),
);