MCPcopy Create free account
hub / github.com/beutton/browser-flight-simulator / mainCamera

Function mainCamera

packages/clouds/src/PassBase.ts:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 }
20
21 get mainCamera(): Camera {
22 return this._mainCamera
23 }
24
25 set mainCamera(value: Camera) {
26 this._mainCamera = value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected