SetAutomationEventBaseFrame method

void SetAutomationEventBaseFrame(
  1. int frame
)

Implementation

void SetAutomationEventBaseFrame(
  int frame,
) => run(
  () => 'SetAutomationEventBaseFrame($frame)',
  () => rl.Core.SetAutomationEventBaseFrame(frame),
);