The canvas coordinates of the origin of the ping. This becomes the arrow's tip.
Optional
options: PingOptions & _PulsePingOptions & { rotation?: number } = {}Additional options to configure the ping animation.
On each tick, advance the animation.
The number of ms that elapsed since the previous frame.
The animation state.
Draw the shape for this ping.
The graphics object to draw to.
The color of the shape.
The alpha of the shape.
The size of the shape to draw.
Start the ping animation.
Returns true if the animation ran to completion, false otherwise.
A type of ping that produces an arrow pointing in a given direction.