* Is this scene cached? * * @remarks * Used only by GeneratorScene. Seeking through a project that * contains at least one uncached scene will log a warning to the console. * * Should always return `true`.
()
| 324 | * Should always return `true`. |
| 325 | */ |
| 326 | isCached(): boolean; |
| 327 | |
| 328 | /** |
| 329 | * Get all media assets |
no outgoing calls
no test coverage detected