Preparing search index...
The search index is not available
Accurate Player Plugins API
Accurate Player Plugins API
updateCallback
Type alias updateCallback
update
Callback
:
(
(
currentFrame
,
previousFrame
?
)
=>
void
)
Interface for the callback used by the plugin.
currentFrame The current frame.
previousFrame The frame from the previous call.
Type declaration
(
currentFrame
,
previousFrame
?
)
:
void
Parameters
currentFrame
:
number
Optional
previousFrame
:
number
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Accurate Player Plugins API
Loading...
Interface for the callback used by the plugin.