返回介绍

LODGroup 细节等级组

发布于 2019-12-18 15:37:57 字数 3123 浏览 1002 评论 0 收藏 0

class in UnityEngine/Inherits from: Component

Description 描述

LODGroup lets you group multiple Renderers into LOD levels.

LODGroup 让你组织许多的渲染器到LOD等级中。

This can be used to switch between different LOD levels at runtime based on size on screen.

该属性可以被用于实时地在不同LOD等级之间转换基于屏幕的尺寸。

Static Variables 静态变量

crossFadeAnimationDurationThe cross-fading animation duration in seconds. ArgumentException will be thrown if it is set to zero or a negative value.
交叉淡入淡出动画持续时间(单位秒)。如果该值设置为0或者为负值则抛出参数异常。

Variables 变量

animateCrossFadingSpecify if the cross-fading should be animated by time. The animation duration is specified globally as crossFadeAnimationDuration.
指定同时淡入淡出是否按时间进行动画处理。crossFadeAnimationDuration指定全局动画持续时间。
enabledEnable / Disable the LODGroup - Disabling will turn off all renderers.
启用/禁用LODGroup——禁用将会关闭所有渲染器。
fadeModeThe LOD fade mode used.
使用的LOD淡入淡出模式。
localReferencePointThe local reference point against which the LOD distance is calculated.
LOD距离计算本地参考点。
lodCountThe number of LOD levels.
细节等级的数量。
sizeThe size of the LOD object in local space.
在本地空间中LOD对象的尺寸。

Public Functions 公共函数

ForceLOD
GetLODsReturns the array of LODs.
返回细节数组。
RecalculateBoundsRecalculate the bounding region for the LODGroup (Relatively slow, do not call often).
重新计算细节组的边界范围(相当慢,不要经常调用)。
SetLODsSet the LODs for the LOD group. This will remove any existing LODs configured on the LODGroup.
为细节组设置细节。这将会从细节组中移除任何存在的细节配置。

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

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

发布评论

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