Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Camera.allCamerasCount

Switch to Manual
public static int allCamerasCount;

Description

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");
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答