PlayAutomationEvent method

  1. @override
void PlayAutomationEvent(
  1. AutomationEventD event
)
override

Implementation

@override
void PlayAutomationEvent(
  AutomationEventD event,
) => run(
  () => RaylibDebugLabels.PlayAutomationEvent(event),
  () => rl.Core.PlayAutomationEvent(
    rl.Temp.AutomationEvent$.Ref1(event).ref,
  ),
);