Version: 5.5

Camera.allCamerasCount

Cambiar al Manual
public static int allCamerasCount ;

Descripción

The number of cameras in the current scene.

Returns the size of the array that Camera.allCameras returns and the amount of cameras that Camera.GetAllCameras will fill.

    var count : int = Camera.allCamerasCount;
    print ("We've got " + count + " cameras");