大约有 20 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0048 秒)
...; <div>hello world</div> <button class="btn" data-clipboard-action="copy" data-clipboard-target="div">Copy</button> <!-- 2. Include library --> <script src="../src/Frame/ThirdLibs/clipboard.min.js"></script> <!-- 3. Instantiate clipboard --> <sc...
来源: Laya_社区 发布时间: 20180626
...ing alarm Alarm{29fd8e9b type 3 when 160237441 android},repeatInterval = 0,action=android.intent.action.TIME_TICK 06-09 11:48:59.994 2087-2087/? I/HwLauncher: Model onReceive intent=Intent { act=android.intent.action.TIME_TICK flg=0x50000014 (has extras) } 06-09 11:48:59.994 1040-1432/? D/PowerMan...
来源: Laya_社区 发布时间: 20170609
... '0000') return false; return true; } if (hitTest(target)) { // do hitTest action; } 通过检测像素点颜色值来判断点击区域,这里不能用 on(Laya.Event.CLICK,只能通过 on(Laya.Event.MOUSE_DOWN 来检测。 下面是我的代码处理: class demo { private down:Laya.Imag...
来源: Laya_社区 发布时间: 20180731
...:1,"key":"width","index":100}]}}],"name":"loading1","id":1,"frameRate":24,"action":2}]}; return loadingjzaUI; })(View) //class ui.loadingUI extends laya.ui.View var loadingUI=(function(_super){ function loadingUI(){ this.loadingMC=null; loadingUI.__super.call(this); } __class(loadingUI,'ui.loadingUI...
来源: Laya_社区 发布时间: 20170725
...直观一点: private const stand:String = "STAND"; private function loadActionsComplete():void { //创建动画模板dizziness //Animation.createFrames(aniUrls("zy/" + stand + "000", 5), stand + "000");//这么写也不对 Animation.createFrames(aniUrls(stand + "000", 5), ...
来源: Laya_社区 发布时间: 20170821
...ientation" android:label="@string/app_name" > <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER"/> </intent-filter> </activity> <receiver android:name="com.youme.im.NetworkStatusReceiver" ...
来源: Laya_社区 发布时间: 20170722
...录查询地址为:** https://mp.weixin.qq.com/wxopen/pluginbasicprofile?action=intro&appid=wx70d8aa25ec591f7a&token=&lang=zh_CN 打开链接后,找到更新纪录一栏,如下图所示,即可找到。  > 注:纪录中最早的1.0.0版本是引擎方对接微信插件调...
来源: Laya2.0_文档 发布时间: 20210715
... "text", type : "string" }, { name : "count" , type: "number" }, { name : "actions", inspector: "Buttons", options : { buttons : [ { caption : "点我", event: "my_click" } ] } } ] } ]); this._panel.allowUndo = true; //根据需要设置 //如果不需要undo功能,也可以直接this._data = {}; ...
来源: Laya3.0_文档 发布时间: 20251010
...b shell am start -n "com.layabox.game/demo.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -D Waiting for application to come online: com.layabox.game.test | com.layabox.game Connecting to com.layabox.game Capturing and displaying logcat messages from application. Thi...
来源: Laya_社区 发布时间: 20171218
...增加以下内容: ```json [ { "key": "ctrl+f8", "command": "workbench.action.tasks.runTask", "args": "compile" } ] ``` 到这里,我们就完成了给编译命令绑定快捷方式的全部操作。以后,我们就可以在VSCode中直接使用Ctrl+F8编译,F5断点运行,这个快捷的...
来源: Laya2.0_文档 发布时间: 20210715