返回介绍

Cursor 光标

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

class in UnityEngine

Description 描述

Cursor API for setting the cursor that is used for rendering.

用来设置光标的API类。

Supports Hardware Cursors on OSX, Windows and Linux falls back to software cursors on unsupported platforms.

在OSX、Windows和Linux 支持硬件光标,在不支持的平台使用软件光标。

Textures used as cursors should be marked as such in their import settings.

做光标的纹理在导入设置应中赢标记为可读写。

OSX Webplayer note: Due to sandboxing, Hardware Cursors can only be updated intermittently (when the cursor is moving) the best way to ensure correct behavior if to use OnMouseEnter and OnMouseExit to set the hardware cursors. This is not an issue for software cursors.

OSX Webplayer注意,由于沙盒,硬件光标只能断断续续的更新(当光标移动时),使用OnMouseEnter和OnMouseExit设置硬件光标确保正确行为的最佳方式。

Static Variables 静态变量

lockStateHow should the cursor be handled?
应该怎样处理光标?
visibleShould the cursor be visible?
光标是否应可见。

Static Functions 静态函数

SetCursorChange the mouse cursor to the set texture OnMouseEnter.
当鼠标进入OnMouseEnter,设置鼠标光标纹理。

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

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

发布评论

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