• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,308 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0050 秒)

1121. 请问LayaAirUnityPlugin 1.1.0.unitypackage导出的.lsani文件怎么使用? [ 46%]

...   private switchAnimation(name:string) {             console.log('switchAnimation: ' + this.meshes.length);             let anitemplet = this.anies[name];             for (let mesh of this.meshes) {                 let ani = mesh.getComponentByType(...

来源: Laya_社区 发布时间: 20170608

1122. 微信开放数据域(TypeScript-小游戏适配文档-微信小游戏) [ 46%]

...aya.loader.getRes("json/reward.json"); //输出透传过来的json console.log('透传的json信息:', testJosn); //加载IDE指定的场景 var big = new BigRank(); big.init(); } ``` 微信环境下测试,效果如图1: ![](img/1.png)(图1)

来源: Laya2.0_文档 发布时间: 20210715

1123. Laya.Browser获取宽高数值会变化,iphone6第一次加载正确,刷新几次就变大了。 [ 46%]

...Laya.Browser.clientHeight;     constructor()     {         console.log('ch=' + Laya.Browser.clientHeight + ', h=' + Laya.Browser.height + ', pxTimes=' + GameMain.pxTimes);         Laya.init(Laya.Browser.clientWidth, Laya.Browser.clientHeight, Laya.WebGL);         Laya.stage.bgColor =...

来源: Laya_社区 发布时间: 20170403

1124. 进度条组件 · LayaAir3.0文档 · LAYABOX [ 46%]

...ate onChange(value: number): void { // 控制台打印输出进度 console.log("进度:" + Math.floor(value * 100) + "%"); } } 示例效果如下: (动图2-1) ProgressBar的其他属性也可以通过代码来设置,上述示例演示了如何通过代码创建ProgressBar,有兴趣的开...

来源: Laya3.0_文档 发布时间: 20241014

1125. 给带有rigitbody3d 组件的物品applyforce后,物体成功运动了,要怎么获得其速度,我取linearVelocity 但是值好像都是不对的.. [ 46%]

...其妙消失,物体渲染队列的_IndexInList会被破坏 View嵌套Dialog组件 怎么获得laya.input输入框里面的值 问题状态 最新活动: 2018-10-23 14:16 浏览: 2374 关注: 4 人 e f • 2018-10-23 15:35 开根然后利用向量大小得到当前速度 这个具体要怎么操作...

来源: Laya_社区 发布时间: 20181022

1126. 让 CylinderMesh 支持椎体 [ 46%]

..._slices; vertices[vc++]=0; vertices[vc+(this._slices+1)*8-1]=1; // console.log(posY);//(curAngle/Math.PI*180); } vc+=(this._slices+1)*8; for (var ri=0;ri < this._slices;ri++){ indices[ic++]=ri+verticeCount+(this._slices+1); indices[ic++]=ri+verticeCount+1; indices[ic++]=ri+verticeCount; indices[i...

来源: Laya_社区 发布时间: 20180113

1127. popupEffect 有谁能告诉我dialog的这个东西要怎么用啊? [ 46%]

popupEffect 有谁能告诉我dialog的这个东西要怎么用啊? popupEffect 有谁能告诉我dialog的这个东西要怎么用啊?这里面加了Handler 以后是不是还要加什么东西,能不能有个demo啊,找了半天没有找到 this.popupEffect = new Handler(this, () => { ...

来源: Laya_社区 发布时间: 20180620

1128. 微信小游戏开放域(ActionScript-小游戏适配文档-微信小游戏) [ 46%]

...aya.loader.getRes("json/reward.json"); //输出透传过来的json console.log('透传的json信息:', testJosn); //加载IDE指定的场景 var big:BigRank = new BigRank(); big.init(); } ``` 微信环境下测试,效果如图1: ![](img/1.png)(图1)

来源: Laya2.0_文档 发布时间: 20210715

1129. 在绘制扇形CD进度条时会在IOS上百分百出现绘制不完全的BUG(有必现Demo) [ 46%]

...this.powerProgressWhiteSprite; this.isIncPower = true; return; } } console.log('===this.currentPower: ', this.currentPower); this.NodePowerProgressBar.graphics.clear(); //参数是否为true,都一样 this.NodePowerProgressBar.graphics.drawPie(100, 100, 100, 0, this.currentPower, ''); } 必现条件...

来源: Laya_社区 发布时间: 20190909

1130. 打开新窗口被拦截,同样的方法用egret和其他h5工程都没有问题 [ 46%]

...;+payurl+"' target='_blank'>click</a>").get(0); console.log("aaa",a); var e = document.createEvent('MouseEvents'); e.initEvent('click',true,true); a.dispatchEvent(e); a.remove(); } </script> qian • 2018-03-21 14:00 直接附件上传一下项目可以么 kvs1205 ...

来源: Laya_社区 发布时间: 20180321