大约有 1,599 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0059 秒)
Laya_社区(983) Laya2.0_文档(205) Laya3.0_api(176) Laya2.0_api(99) laya_api(85) Laya3.0_文档(33) Laya_示例(9) Laya2.0_示例(9)
...tructors constructor Properties _id clipsID data destroyedImmediately lock name url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event hasList...
来源: Laya3.0_api 发布时间: 20231115
...(msg:any):void { this.AddChat(msg['from_client_seatsno'], msg['from_client_name'], msg['content']); } private AddChat(seat:number, name:string, txt:string) { let paopao = new ui.langren.room.SayBoardUI(); paopao.x = 10; paopao.lbSayName.text = name; let div:Laya.HTMLDivElement = new Laya.HTMLDivElem...
来源: Laya_社区 发布时间: 20170911
...port laya.ui.Label; class Item extends Box { public function Item() { this.name = "render"; this.right = 0; this.left = 0; var selectBox:Clip = new Clip("resource/ui/clip_selectBox.png", 1, 2); selectBox.name = "selectBox"; selectBox.height = 24; selectBox.x = 13; selectBox.y = 0; selectBox.left = 1...
来源: Laya3.0_api 发布时间: 20231115
..."001.png",“002.png”,“003.png”,"..."],"name"),,,,ani.play("name")大概是这样的,你看下接口就明白了!你也可以使用IDE直接创建ani动画界面,直接拼接也是一样的,这个官网的打飞机示例可以参考下
来源: Laya_社区 发布时间: 20170809
... var info = cell.dataSource; var img_icon = cell.getChildByName("img_icon");//图标 var lab_name = cell.getChildByName("lab_name");//名称 } itemHandler一般不用。 2017-08-08 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复...
来源: Laya_社区 发布时间: 20170808
...Error); hr.send('http://xkxz.zhonghao.huo.inner.layabox.com/api/getData', 'name=myname&psword=xxx', 'post', 'text'); } function showLogger() { logger = new Text(); logger.fontSize = 30; logger.color = "#FFFFFF"; logger.align = 'center'; logger.valign = 'middle'; logger.size(Laya.stage.width, Laya.st...
来源: Laya_示例 发布时间: 20241118
...pl Index Constructors constructor Properties _id destroyedImmediately lock name url uuid version DEBUG Accessors cpuMemory deps destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory addDep a...
来源: Laya3.0_api 发布时间: 20231115
...estError); hr.send('http://xkxz.zhonghao.huo.inner.layabox.com/api/getData?name=myname&psword=xxx', null, 'get', 'text'); } function showLogger() { logger = new Text(); logger.fontSize = 30; logger.color = "#FFFFFF"; logger.align = 'center'; logger.valign = 'middle'; logger.size(Laya.stage.width, La...
来源: Laya_示例 发布时间: 20241118
...ttps://layaair.ldc.layabox.com/demo/?category=2d&group=Interaction&name=Keyboard 官方例子也有这个问题,点击旁边空白的地方,再点击画布,监听事件也失效了 2020-12-26 0 0 分享 微博 QZONE 微信 小小泽 จุ บ 赞同来自: 你看的官方例子是旧...
来源: Laya_社区 发布时间: 20201226
... 4 人 Laya_XS • 2018-09-01 20:44 其实最简单的方式就是你通过name或通过ide里的var变量来管理你的层级对象,这样你也不用遍历对象来解决你的问题,可以直接通过var就可以获取,name还需要通过getChildByName获取。
来源: Laya_社区 发布时间: 20180901