* Get the current View camera type.
()
| 80 | * Get the current View camera type. |
| 81 | */ |
| 82 | get view(): View { |
| 83 | return this._last.view; |
| 84 | } |
| 85 | |
| 86 | private queuedAnimationOptions: QueuedAnimationOptions; |
| 87 | private _last: IBounds & { stage: Stage }; |
nothing calls this directly
no outgoing calls
no test coverage detected