(name: string, options: PassBaseOptions)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected