返回介绍

Camera.GetAllCameras 获取所有相机

发布于 2019-12-18 15:37:28 字数 1312 浏览 1355 评论 0 收藏 0

JavaScript => static function GetAllCameras(cameras: Camera[]): int;
C# => static int GetAllCameras(Camera[] cameras);

Parameters 参数

camerasAn 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 what allCamerasCount .

数组的大小必须大于allCamerasCount的值。

When the array size is larger than the allCamerasCount value, only the first elements up to allCamerasCount will be filled up.

当数组的大小大于了allCamerasCount的值,只有第一个元素到allCamerasCount值将会被填入数组。

When the array size is smaller than the allCamerasCount value, an argument exception is thrown.

当数组的大小小于了allCamerasCount的值,将抛出参数异常。

When the array argument passed in is null, this call will throw a nullreference exception.

当数组传递的参数是空的,此次调用将会抛出未将对象引用到实例。

The return value will indicate how many cameras where put into the array.

返回值将会显示多少相机放入了这个数组。

Camera

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文