大约有 3,521 项符合查询结果, 库内数据总量为 30,789 项。 (搜索耗时: 0.0089 秒)
Laya_社区(2615) Laya3.0_api(265) Laya2.0_文档(227) Laya2.0_api(113) laya_api(98) Laya_示例(83) Laya3.0_文档(75) Laya2.0_示例(45)
...变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 closeEffectHandler closeEffectHandler: Handler = new Handler(this, this.closeEffect) Defined in laya/ui/DialogManager.ts:48 全局默认...
来源: Laya3.0_api 发布时间: 20231115
... 2023-08-03 10:44 源码点击触摸事件后直接把inst._touchInput = true;写死了无法再鼠标点击了 Laya_phhh • 2023-08-03 10:48 这个是合理的啊,你是按下拖动,input = true Anthony随遇 • 2023-08-03 10:51 if (!inst._touchInput) inst.handleMouse(ev, 0); 没有设置成f...
来源: Laya_社区 发布时间: 20230803
...yabox.com/api/laya/map/TiledMap.html 看api把limitrange:boolean 填true 有变化没有。 2018-06-12 0 4 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 谢 相关问题 请问laya有没有地图编辑器工具? 求助关于TiledMa...
来源: Laya_社区 发布时间: 20180612
...e(); background.loadImage("linkgame_back.jpg"); background.cacheAsBitmap = true; Laya.stage.addChild(background); // 设定标题 var title = new laya.display.Text(); title.text = g_game_title; title.font = "Arial"; title.fontSize = 50; title.stroke = 2; title.strokeColor = "Black"; title.pos(g_stat...
来源: Laya_社区 发布时间: 20160623
...@param extversion 是否使用外部版本号* @return boolean 如果返回true则表示更新成功,否则的话,表示校验码不一致,即* 先要更新dcc才能工作。*/updateFile(nameid:number,chksum:number,buf:ArrayBuffer,extversion:boolean):boolean; 官网描述 路径规则:/...
来源: Laya_社区 发布时间: 20190401
.../ } this.normalDialog = new NormalDialog(context); this.normalDialog.popup(true, true); Laya.stage.addChild(this.normalDialog); } } // 弹窗代码 class NormalDialog extends ui.normalDialogUI { constructor( text: string ) { super(); // 设置label文字 this.context.text = text; this.b...
来源: Laya_社区 发布时间: 20181216
...加触碰时间,mousedown的时候设置panel的_vScrollBar的visible为true。但是跟踪到定义里面发现注释为私有的,想知道是否有另外公开的方法来实现这个功能。另外EVENT里面有个DRAG_START的事件不知道如何才触发? 2018-08-28 添加评论 免费...
来源: Laya_社区 发布时间: 20180828
...esource.lock Defined in laya/resource/Resource.ts:103 是否加锁,如果true为不能使用自动释放机制。 Optional name name: string Inherited from Resource.name Defined in laya/resource/Resource.ts:105 名称。 url url: string Inherited from Resource.url Defined in laya/resource/Resource...
来源: Laya3.0_api 发布时间: 20231115
...种开发语言、LayaAirIDE让项目开发更高效。Laya3D.init(0, 0, true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; initShader(); var scene = Laya.stage.addChild(new Laya.Scene()); var camera = scene.addChild(new Laya.Camera(0, 0.1, 1000)); c...
来源: Laya_示例 发布时间: 20241127
... this.camera.transform.rotate(new Laya.Vector3(-30, 0, 0), true, false); this.scene.addChild(this.camera); Laya.loader.create("res/scene_Effect/Conventional/Effect_zhujue_attack.lh", Laya.Handler.create(this, () => { ...
来源: Laya_社区 发布时间: 20191102