* Get the size of this scene. * * @remarks * Usually returns `this.project.getSize()`.
()
| 274 | * Usually returns `this.project.getSize()`. |
| 275 | */ |
| 276 | getSize(): Vector2; |
| 277 | |
| 278 | /** |
| 279 | * Get the real size of this scene. |
no outgoing calls
no test coverage detected