On this page
Properties

Type Alias TickEvent

Fired as "tick" event by TimeFrameAnimation and derived classes with the timestamp of the currently displayed state.

type TickEvent = {
    time: number;
}
Index

Properties

Properties

time: number

Current time

Was this helpful?
SDK JS
Modules
Reference
types
TickEvent