* Get the current View camera type.
()
| 8083 | /** |
| 8084 | * Get the current View camera type. |
| 8085 | */ get view() { |
| 8086 | return this._last.view; |
| 8087 | } |
| 8088 | /** |
| 8089 | * Cancels any pending animation, calling animationCanceled() on original queue. |
| 8090 | */ animationCancel() { |