返回介绍

CullingGroup.EraseSwapBack 删除并与最后一个交换

发布于 2019-12-18 15:37:38 字数 2047 浏览 1014 评论 0 收藏 0

JavaScript => public function EraseSwapBack(index: int): void;
C# => public void EraseSwapBack(int index);

Parameters 参数

indexThe index of the entry to erase.
该剔除的入口的索引。

Description 描述

Erase a given bounding sphere by moving the final sphere on top of it.

删除当前数组最后一个边界球。

This method also keeps the visibility information correctly synchronized, such that the correct onBecameVisible/onBecameInvisible callbacks will still be sent.

该方法保持当前可视化信息的同步,那么当前onBecameVisible/onBecameInvisible 的回调依然会被发送。


JavaScript => public static function EraseSwapBack(index: int, myArray: T[], ref size: int): void;
C# =>public static void EraseSwapBack(int index, T[] myArray, ref int size);

Parameters 参数

indexThe index of the entry to erase.
剔除的物体的索引。
myArrayAn array of entries.
边界球的数组。
sizeThe number of entries in the array that are actually used.
在数组中实际的数量。

Description 描述

Erase a given entry in an arbitrary array by copying the final entry on top of it, then decrementing the number of entries used by one.

将数组的指定位置(size)边界球的位置复制给指定索引(index)的边界球。

This method is designed to be used in conjunction with the other overload, for updating your own data arrays when an entry is deleted.

这个方法是设计用于其他overload,当一个数组数据被删除,更新自己的数据数组。

cullinggroup

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

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

发布评论

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