返回介绍

CanvasGroup 画布组

发布于 2019-12-18 15:37:29 字数 2082 浏览 1081 评论 0 收藏 0

class in UnityEngine/Inherits from: Component
Implements interfaces: ICanvasRaycastFilter

Description 描述

Base class for everything attached to GameObjects.

依附于GameObjects下的基础类。

Note that your code will never directly create a Component. Instead, you write script code, and attach the script to a GameObject.

注意你的代码不能直接创建组件。而是写脚本代码并将其依附于一个GameObject上。

See Also: ScriptableObject as a way to create scripts that do not attach to any GameObject.

Static Functions 公共函数

alphaSet the alpha of the group.
设置该组的透明度。
blocksRaycastsDoes this group block raycasting (allow collision).
该组是否忽略投射(允许碰撞)。
ignoreParentGroupsShould the group ignore parent groups?
是否忽略父物体组?
interactableIs the group interactable (are the elements beneath the group enabled).
是否打开交互(在该组之下启用该元素)。

Messages 信息

IsRaycastLocationValidReturns true if the Group allows raycasts.
如果该组允许投射返回true。

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

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

发布评论

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