getCameraAt abstract method

Camera getCameraAt(
  1. int index
)

Returns the camera specified by the given index. Note that the camera at index 0 is always the main camera; this cannot be destroyed.

Implementation

Camera getCameraAt(int index);