资源简介
unity实现的中文输入法
代码片段和文件信息
using UnityEngine;
using System.Collections;
using UnityEngine.UI;
using input.core;
public class inputManager : MonoBehaviour {
private InputField input;
private engine en;
private string[] result;
private int page = 0;
private int current = 0;
private int surplus = 0;
private Button DS1;
private Button DS2;
private Button DS3;
private Button DS4;
private Button DS5;
private Button DS6;
private Button DS7;
private Button DS8;
private Button pre;
private Button nex;
private Button clr;
private Text[] displayWord = new Text[8];
private Text disp;
void getDisplayobject()
{
input = Gameobject.Find (“Input“).GetComponent ();
DS1 = Gameobject.FindGameobjectWithTag (“DS1“).GetComponent
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4325 2016-08-23 16:17 input\Assembly-CSharp.csproj
文件 3265536 2016-08-23 16:13 input\Assets\Plugins\input.core.dll
..A..H. 467 2016-08-23 16:17 input\Assets\Plugins\input.core.dll.me
..A..H. 191 2016-08-23 10:54 input\Assets\Plugins.me
I.A.... 62128 2016-08-23 14:39 input\Assets\_Scene\input.unity
..A..H. 174 2016-08-23 14:39 input\Assets\_Scene\input.unity.me
..A..H. 191 2016-08-23 14:39 input\Assets\_Scene.me
文件 5130 2016-08-23 15:34 input\Assets\_sc
..A..H. 262 2016-08-23 10:53 input\Assets\_sc
..A..H. 191 2016-08-23 10:53 input\Assets\_sc
文件 1018 2016-08-23 10:55 input\input.sln
文件 534 2016-08-23 16:17 input\input.userprefs
I.A.... 4120 2016-08-23 10:44 input\Library\AnnotationManager
I.A.... 1547000 2016-08-23 16:22 input\Library\assetDataba
I.A.... 8 2016-08-23 14:23 input\Library\AssetImportState
I.A.... 4756 2016-08-23 16:22 input\Library\AssetServerCacheV3
I.A.... 14336 2016-08-23 11:00 input\Library\AssetVersioning.db
I.A.... 0 2016-08-23 10:44 input\Library\BuildPla
I.A.... 4128 2016-08-23 10:44 input\Library\BuildSettings.asset
I.A.... 37412 2016-08-23 16:22 input\Library\CurrentLayout.dwlt
I.A.... 4309 2016-08-23 14:23 input\Library\EditorUserBuildSettings.asset
I.A.... 4148 2016-08-23 10:44 input\Library\EditorUserSettings.asset
I.A.... 4608 2016-08-23 16:22 input\Library\expandedItems
I.A.... 4204 2016-08-23 14:32 input\Library\InspectorExpandedItems.asset
文件 75 2016-08-23 16:22 input\Library\LastSceneManagerSetup.txt
文件 65 2016-08-23 10:44 input\Library\LibraryFormatVersion.txt
I.A.... 4285 2016-08-23 10:44 input\Library\me
文件 556 2016-08-23 10:44 input\Library\me
I.A.... 4321 2016-08-23 10:44 input\Library\me
文件 554 2016-08-23 10:44 input\Library\me
............此处省略866个文件信息
- 上一篇:中南大学 数据结构课程设计
- 下一篇:GUIXT技术操作手册
相关资源
- 《破译者》 中文版 戴维.卡尔
- PCIE中文协议.zip
- ls-prepost中文培训教材
- 算法导论第三版答案(中文版和英文
- 用unity开发HTC VIVE所用到的工具包Ste
- h264标准文档中文版
- 机器学习实战 带完整书签 中文版 p
- Data mining concepts and techniques中文版.p
- NGUI可用的中文字体
- Rain插件下雨粒子
- FocusOn3DTerrainProgramming(中文版)
- 带中文的一整套CVI教程
- Unity3d 16种镜头光晕
- 重量级资料 ILI9341中文手册.pdf
- 3GPP协议中文版,所有的核心协议全部
- Unity Zuma Code
- fiddler中文版
- unity 海底各色鱼类模型
- iPhone8 Plus手机电路图中文版注释-总共
-
Unity AnimationPla
yer工具 - Unity太阳系模拟
- verilog hdl synthesis a practical primer.pdf 中
- Type3 用户手册(中文)
- Microchip FOC AN1292调整指南.zip中文
- v4l2中文手册(规范)全五章(包含驱
- unity 3d实战核心技术详解
- 9s12xs128中文资料完整版
- 公钥基础设施PKI:实现和管理电子安
- ISO31000-2018 风险管理标准中文版.pdf
- UniWebView 3 3.12.1.zip
评论
共有 条评论