Legacy Documentation: Version 2017.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.GetAllCameras

Switch to Manual
public static int GetAllCameras(Camera[] cameras);

Parameters

cameras An array to be filled up with cameras currently in the scene.

Description

Fills an array of Camera with the current cameras in the scene, without allocating a new array.

The passed in array needs to be of minimum size of allCamerasCount . When the array size is larger than the allCamerasCount value, only the first elements up to allCamerasCount will be filled up. When the array size is smaller than the allCamerasCount value, an argument exception is thrown. When the array argument passed in is null, this call will throw a nullreference exception.

The return value indicates how many cameras are saved in the array.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答