AnimatorEventSink
Defined in: animation/animatorEvent.ts:61
Where the animator posts what it saw. EventWriter(AnimatorEvent) satisfies
it, and so does a test’s array — the animator states events without knowing
whether an App is listening.
Methods
Section titled “Methods”send()
Section titled “send()”send(
event):void
Defined in: animation/animatorEvent.ts:62
Parameters
Section titled “Parameters”Returns
Section titled “Returns”void