返回介绍

Input.imeCompositionMode IME组合方式

发布于 2019-12-18 15:37:53 字数 1211 浏览 1167 评论 0 收藏 0

JavaScript => public static var imeCompositionMode: IMECompositionMode;
C# => public static IMECompositionMode imeCompositionMode;

Description 描述

Controls enabling and disabling of IME input composition.

控制IME输入组合的启用和禁用。

Some languages use complex input methods which involve opening windows to insert characters. Typically, this is not desirable while playing a game, as games may just interpret key strokes as game input, not as text. By default, Unity will enable IME composition when in text fields, and disable it otherwise. However, when you want to implement your own input GUI, you may want to have control over this yourself, which is possible using the imeCompositionMode property. Set it to Auto for the default behavior, or On or Off to explicitly enable or disable IME composition.

一些语言使用复杂的输入方法,其中涉及到打开窗户插入字符。通常,玩游戏时这是不理想的,对于游戏可能只是解释按键作为游戏输入,而不是文本。默认,当在文本字段,Unity启用IME组合,并禁用其他的。然而,当你想实现自己的输入图形用户界面,来替代这个控制,要使用到imeCompositionMode属性。可以设置为自动(默认行为),或开或关,明确地启用或禁用输入法组成。

JavaScript:

未提供代码

C#:

未提供代码

Input

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

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

发布评论

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