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

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

801. putimagedata 不起作用 [ 47%]

...Sprite(); ape.graphics.drawTexture(t, 0, 0); Laya.stage.addChild(ape); ape.pos(200, 0); data = Laya.Browser.context.getImageData(0, 0, 400, 400) distort(data) })); } })();[/i][/i][/i] 2017-11-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...

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

802. laya.ui.WXOpenDataViewer_API3.0 [ 47%]

...rDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pivot pos postMsg reCache removeChild removeChildAt removeChildByName removeChildren removeInputChild removeSelf render repaint replaceChild runCallLater scale setChildIndex setSelfBounds set_anchorX set_anchorY set_bottom set_data...

来源: Laya3.0_api 发布时间: 20231102

803. [LayaAir2] 在使用videoDom创建视频元素后iPad跟iPhone中位置不一样 [ 46%]

...ure.video.videoWidth; image.height = videoTexture.video.videoHeight; image.pos(100,100); Laya.stage.addChild(image); //目前LayaAir2.0引擎暂时没有提供刷新纹理机制,需要手动刷新。或者你可以试用LayaAir3.0引擎,那边实现videoTexture不用自己手动刷新 Laya.timer...

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

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

...aya.Browser.width;// + ', r=' + this.row + ',' + this.col;         txt.pos(0, 0);         Laya.stage.addChild(txt);     } } 代码很简单,什么都没有jsh就是获取宽高。只测试了Android、iPhone6两个手机,iPhone6就出了两个问题。 1、竖屏时刷新几次,宽...

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

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

...new Laya.ProgressBar("resources/res/ui/progressBar.png"); this.progressBar.pos(100, 500); this.progressBar.width = 400; this.progressBar.sizeGrid = "5,5,5,5"; this.progressBar.changeHandler = new Laya.Handler(this, this.onChange); this.owner.addChild(this.progressBar); Laya.timer.loop(100, this, thi...

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

806. laya.media.VideoNode_API3.0 [ 46%]

...e onAwake onDestroy onDisable onEnable once parentRepaint pause pivot play pos reCache reload removeChild removeChildAt removeChildByName removeChildren removeSelf render repaint replaceChild runCallLater scale setChildIndex setGraphics setSelfBounds set_anchorX set_anchorY set_height set_scaleX set...

来源: Laya3.0_api 发布时间: 20231115

807. laya.ui.UIComponent_API3.0 [ 46%]

...rDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pivot pos reCache removeChild removeChildAt removeChildByName removeChildren removeSelf render repaint replaceChild runCallLater scale setChildIndex setGraphics setSelfBounds set_anchorX set_anchorY set_bottom set_dataSource set_he...

来源: Laya3.0_api 发布时间: 20231115

808. 咨询在Laya.Sprite3D中,是否含有类似于 Sprite 中的getbounds函数 [ 46%]

...能够获取“鼠标是否处于按下状态”? Text类中竟然没有pos函数的api~ 关于shader中opengl函数问题 请问 《学习开发HTML5游戏《打地鼠》(LayaAir引擎)TS》的视频教程是否有配到代码下载? 節點的destroy方法參數默認為true時是否會遞...

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

809. 类似古文显示方式脚本,文字垂直显示,可以控制显示速度出现打字效果等 [ 46%]

... (n) => { return n * this.fontSize + this.verticalSpace; }; this.sprite.pos(x + w-this.fontSize-this.horizontalSpace, 0); for (let i = 0; i < this.text.length; i++) { const element = this.text.charAt(i); var _x = xAction(j); var _y = yAction(printNumber); this.sprite.graphics.fillText(element,...

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

810. 多个(三个及以上)克隆体同时使用crossFabe播放攻击和待机动画,攻击动画完成之后切换为待机动画,会导致播放的动画异常 [ 46%]

...帧  克隆方式: Laya.Sprite3D.instantiate(sprite,parent,isHoldWorldPos,pos); 播放方式: this.animator.speed = speedRate; // animState._resetPlayState(0);//animState._elapsedTime this.animator.crossFade(animName, 0.1, 0, normalizedTime); 附件 : --> 2019-09-05 添加评论 免费帖 --> ...

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