大约有 409 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0045 秒)
...有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 2.0 drawTexture color参数无效 斜角透视的感觉怎么弄出来呀?? 打包出来后的APP打开加载速度过慢,有黑屏,如何加入闪屏...
来源: Laya_社区 发布时间: 20180113
...有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 unity 粒子特效 laya插件有问题? 修改stage的scale后,会发生异常情况 问题状态 最新活动: 2018-01-09 11:50 浏览: 879 关注: 2 人
来源: Laya_社区 发布时间: 20180109
...}); var dataTexture = Laya.DataTexture2D.create(imageData.data, 512, 128); console.log("data:" + imageData.data.length); sprite3DMat.diffuseTexture = dataTexture; sprite3D.meshRender.material = sprite3DMat; } //绘制文字到canvas,判断换行位置,和设置canvas高度 public canva...
来源: Laya_社区 发布时间: 20180814
... this.onInit(); this.onShow(); Laya.timer.frameLoop(1, this, ()=>{ // console.info(this); this.onUpdate(); }); } /******************************************************************************** * Node ********************************************************************************/ _proto = ...
来源: Laya_社区 发布时间: 20190222
...有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 laya idc 下能否给单个sprite节点指定动画 跪求登陆注册数据交互的demo或者格式啊!!或者其他功能的数据交互也行啊 关于...
来源: Laya_社区 发布时间: 20180104
...this.__mouseMove); this.bmp.on(Laya.Event.MOUSE_UP, this, this.__mouseUp); console.log(this.pos0.x); } __mouseMove(e:Event){ this.pos1.x=this.bmp.mouseX this.pos1.y=this.bmp.mouseY; if(Utils3D.getThis.getDistance(this.pos0,this.pos1)>10){ this.bmp.graphics.drawLine(this.pos0.x,this.pos0.y,this.po...
来源: Laya_社区 发布时间: 20170831
...ge.height), Handler.create(this, this.mapLoaded)); // console.log(Laya.stage.width, Laya.stage.height); // // })); // } // private onStageClick (): void // { // var p: Point = new Point(0, 0); // this.lay...
来源: Laya_社区 发布时间: 20201230
...onError); this.mFactory.loadAni(this.mAniPath); } private onError():void { console.log("error"); } private parseComplete():void { //创建模式为1,可以启用换装 this.mArmature =this.mFactory.buildArmature(1); this.mArmature.x = this.mStartX; this.mArmature.y = this.mStartY; this.mArmature.s...
来源: Laya2.0_示例 发布时间: 20241118
...text = new Laya.Context(); } private onloadswf():void { // console.log("ssss"); // let mc:Laya.MovieClip = Laya.loader.getRes("res/swf/star.swf"); // Laya.stage.addChild(mc); } } } new laya.Loader_MultipleType(); 2018-02-03 添加评论 免费帖 --> 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20180203
.../span>"; ele.on(Laya.Event.LINK, this, (event: Laya.Event) => { console.log(event); }); Laya.stage.addChild(ele); zyy • 2021-11-09 13:51 @Laya_Fred: 这段代码 很简单 只是点击 输出 event 如果 把Laya.stage.y 向下调整 就会导致它点击区域错误 zyy • 2021-11-09 ...
来源: Laya_社区 发布时间: 20211105