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

Function constructor

packages/clouds/src/PassBase.ts:15–19  ·  view source on GitHub ↗
(name: string, options: PassBaseOptions)

Source from the content-addressed store, hash-verified

13 private _mainCamera = new Camera()
14
15 constructor(name: string, options: PassBaseOptions) {
16 super(name)
17 const { shadow } = options
18 this.shadow = shadow
19 }
20
21 get mainCamera(): Camera {
22 return this._mainCamera

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected