言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

Camera.allCamerasCount

Switch to Manual
public static var allCamerasCount: int;

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");