PlayAutomationEvent method
Implementation
void PlayAutomationEvent(
AutomationEventD event,
) => run(
() => 'PlayAutomationEvent($event)',
() => rl.Core.PlayAutomationEvent(
_refAutomationEvent1(event).ref,
),
);
void PlayAutomationEvent(
AutomationEventD event,
) => run(
() => 'PlayAutomationEvent($event)',
() => rl.Core.PlayAutomationEvent(
_refAutomationEvent1(event).ref,
),
);