返回介绍

CullingGroupEvent 剔除组事件

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

struct in UnityEngine

Description 描述

Provides information about the current and previous states of one sphere in a CullingGroup.

提供剔除组的边界球的当前和之前状态的信息。

See Also: CullingGroup.onStateChanged.

Variables 变量

currentDistanceThe current distance band index of the sphere, after the most recent culling pass.
剔除后,绑定点到索引内球的当前距离。
hasBecomeInvisibleDid this sphere change from being visible to being invisible in the most recent culling pass?
剔除后,该球是否从可见变为不可见?
hasBecomeVisibleDid this sphere change from being invisible to being visible in the most recent culling pass?
剔除后,该球是否从不可见变为可见?
indexThe index of the sphere that has changed.
要改变的边界球的索引。
isVisibleWas the sphere considered visible by the most recent culling pass?
剔除后,该边界球是否可见?
previousDistanceThe distance band index of the sphere before the most recent culling pass.
索引内边界球到绑定点在剔除之前的距离。
wasVisibleWas the sphere visible before the most recent culling pass?
边界球在剔除之前是否可见?

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

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

发布评论

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