* Recalculate the scene. * * @remarks * The task of this method is to calculate new timings stored in the cache. * When this method is invoked, `this.project.frame` is set to the frame at * which this scene should start (firstFrame). * * At the end of execution, this met
(setFrame: (frame: number) => void)
| 254 | * Should trigger {@link onRecalculated}. |
| 255 | */ |
| 256 | recalculate(setFrame: (frame: number) => void): Promise<void>; |
| 257 | |
| 258 | /** |
| 259 | * Progress this scene one frame forward. |
no outgoing calls
no test coverage detected