MCPcopy
hub / github.com/midrender/revideo / getSize

Method getSize

packages/core/src/scenes/Scene.ts:276–276  ·  view source on GitHub ↗

* Get the size of this scene. * * @remarks * Usually returns `this.project.getSize()`.

()

Source from the content-addressed store, hash-verified

274 * Usually returns `this.project.getSize()`.
275 */
276 getSize(): Vector2;
277
278 /**
279 * Get the real size of this scene.

Callers 6

desiredSizeMethod · 0.65
recreateViewMethod · 0.65
zoomInTransitionFunction · 0.65
slideTransitionFunction · 0.65
zoomOutTransitionFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected