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

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

611. 骨骼动画的使用(ActionScript-3D基础(AS3)-LayaAir3D之Animator动画) [ 55%]

...("res/LayaScene_LayaMonkey/Conventional/LayaMonkey.ls",Handler.create(this,function(s:Scene3D):void{ Laya.stage.addChild(s); })); ``` ![](img/6.gif)(图6)

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

612. 自适应问题 [ 55%]

...ttp://localhost/layabox/layabox/layabox/res/bg.png'", Handler.create(this, function () {         var t = Laya.loader.getRes(skin);         var _sprite = new Sprite();         _sprite.graphics.drawTexture(t, 0, 0);         Laya.stage.addChild(_sprite); }); 但是出来的效果是这...

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

613. 怎么调用缓动动画的暂停方法?(JS) [ 55%]

...样暂停缓动报错啊, Uncaught TypeError: Laya.Tween.pause is not a function

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

614. 调用时间轴动画丢失皮肤问题? [ 55%]

...oad("res/atlas/comp.json", Laya.Handler.create(this, onLoaded)); function onLoaded() { //创建一个Animation实例 var tl = new Laya.Animation(); //加载动画文件 tl.loadAnimation("XXXXX1.ani"); //添加到舞台 Laya.stage.addChild(tl); //播放Animation动画 tl.play(); q...

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

615. HTMLIframeElement加载html网页的问题 [ 55%]

...s/comp.json", type: Loader.ATLAS }], Handler.create(this, this.onLoaded)); function onLoaded(): void { //实例UI界面 var testUI: TestUI = new TestUI(); Laya.stage.addChild(testUI); }运行会报错:见图:   求解~!   附件 : --> TestHtml.zip 2017-10-11 添加评论 免费帖 --> 分享...

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

616. 发布之后报错,跨域问题 [ 55%]

...报错 window is not defined 导微信小程序报错window.focus is not a function runtime运行报错! laya2 发布微信开放域工程,用微信开发者工具打开报错 我刚开始使用layabox,发布了一个h5,但是手机上应该怎么打开这个网页呢 用Mac下Unity5.6.2f1...

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

617. 使用laya官方示例代码制作微信小游戏无法显示 [ 55%]

..., Handler.create(null, beginLoad), Laya.ResourceVersion.FILENAME_VERSION); function beginLoad(){ Laya.loader.load("res/atlas/comp.atlas", Handler.create(null, onLoaded)); } function onLoaded(): void { //实例UI界面 new laya.UI_Label(); }   上图为在layaIDE中的显示效果。   不知道具...

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

618. 多摄像机窗口的使用(JavaScript-3D基础(JS)-LayaAir3D之Camera) [ 55%]

.../threeDimen/skinModel/LayaMonkey/LayaMonkey.lh", Laya.Handler.create(null, function(sp){ //将模型加到场景上 var layaMonkey = scene.addChild(sp); })) ``` 编译运行上述代码,运行效果如图6。开发者们同时也可以测试,在单摄像机下时,DrawCall与三角面数会少...

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

619. 同样的代码Android播放不出mp3音效,IOS可以 [ 55%]

..., 1, new Handler(this, this.loopSounder)); Barrier.prototype.loopSounder = function() { this.loopSound = true; } 文件是一个499字节的mp3文件 没法上传 Prajna • 2018-05-14 11:03 @w1114367261 其实应该是mp3文件的问题,但是IOS的可以,是不是Android有文件类型限制...

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

620. BlinnPhong材质详解(ActionScript-3D基础(AS3)-模型材质详解) [ 55%]

... Texture2D.load("res/threeDimen/texture/earth.png", Handler.create(this, function(texture:Texture2D):void { //设置材质纹理 material.albedoTexture = texture; })); //material.albedoTexture earth2.meshRenderer.material = material; ``` ![](img/4.png)(图4) ##### 法线贴图 **Normal maps(法线...

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