大约有 2,390 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0069 秒)
...—————————————— 错误 05-17 11:33:53.949: E/LayaBox(31963): =====alert=js to java05-17 11:33:54.029: I/MonkVG(31963): Creating context 1024, 768, 2 05-17 11:33:54.039: E/LayaBox(31963): =====alert=http://10.0.0.114:8900/bin/js/LayaUISample.js:13: TypeError: Cannot read...
来源: Laya_社区 发布时间: 20170517
...一个图片集合文件,一次性解析并加载等待。 Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2023-03-03 17:33:43 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20230303
...ectAnimationUI(); 或者 var efc = new EffectAnimationUI(); https://ldc.layabox.com/doc/?nav=zh-js-2-2-1 https://ldc.layabox.com/doc/?nav=zh-js-1-5-3 这两篇的内容是相同的,都有这个笔误存在 2017-08-31 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回...
来源: Laya_社区 发布时间: 20170724
....WebGL); var img1 = new Laya.Sprite(); img1.loadImage('https://layaair.ldc.layabox.com/demo/h5/res/apes/monkey2.png',100,100,90,90); Laya.stage.addChild(img1); img1.on(Laya.Event.CLICK,this, function(name){ console.log(name);},['图1']); var img2 = new Laya.Sprite(); img2.loadImage('https://layaair....
来源: Laya_社区 发布时间: 20180621
...PhongMaterial = new Laya.BlinnPhongMaterial(); Laya.Texture2D.load("res/layabox.png", Laya.Handler.create(null, function(layabox: Laya.Texture2D): void{ ball1mat.albedoTexture = layabox; })); //ball1mat.tilingOffset = new Laya.Vector4(10, 10, 0, 0); ball1.meshRenderer.material = ball1mat; //添...
来源: Laya_社区 发布时间: 20190506
layabox AS3调用JS的示例有吗?(谢谢)。如果没有麻烦指点一二。求助。 2017-04-17 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: 如果是第三方js类库,请先...
来源: Laya_社区 发布时间: 20170417
...;span style='font-weight:bold;font:50px Arial;color:red' href='https://ask.layabox.com'>LayaBox</span> 可以看到,LayaBox文字使用了 Bold 粗体,字体大小是50像素,Arial字体,字体颜色是红色,并且LayaBox是一个带有下划线的文字链接形式 三、代码...
来源: Laya3.0_文档 发布时间: 20230303
...olliderShape是所有碰撞盒的父类。([API地址](https://layaair.ldc.layabox.com/api2/Chinese/index.html?category=Core&class=laya.d3.physics.shape.ColliderShape)) ![](img/1.png)(图1) 下面我们来介绍下目前LayaAir3D中所有支持的碰撞器形状。 #### (1) BoxColliderShape盒 盒...
来源: Laya2.0_文档 发布时间: 20210715
...加载漫反射贴图 material.diffuseTexture = Laya.Texture2D.load("res/layabox.png"); //为模型赋材质(单个材质可赋给多个模型) sphere.meshRender.material = material; box.meshRender.material = material; } } new LayaAir3D(); 2018-03-02 1 1 分享 微博 QZONE 微信 为什么被...
来源: Laya_社区 发布时间: 20180302
LayaPlayer android下layabox调用Laya.Texture2D.load报错 看源码是WebGL.mainContext为空,请问会是配置问题,还是某种支持问题吗? (PS:: h5浏览器运行是正常的) 报错堆栈: 02-06 14:59:43.858 6545 6658 I LayaBox : alert=http://10.0.1.72/game/dev-loca ... 566...
来源: Laya_社区 发布时间: 20180206