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

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

191. 更新到1.74的ide和engine后界面都乱了,使用1.73是好的 [ 55%]

...解答(最新版本:1.7.16) Layaair IDE的帧属性面板不见了 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使用matter.js库无智能提示 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivEleme...

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

192. 2.2.0beta2中,ui使用相对布局时初始化会报错 [ 55%]

...运行时 找不到类的定义!这是为什么? 已上传 Demo 附件 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使用matter.js库无智能提示 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivEle...

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

193. 预设怎么在代码中使用 [ 55%]

...什么? 已上传 Demo 附件 TS项目使用matter.js库无智能提示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏如何使用ttf字体? 微信小游戏:HTMLDivElemen...

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

194. MAC系统下使用IDE的场景编辑器时用MacBook的触摸板轻击有问题 [ 55%]

...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale IOS系统内嵌H5游戏,退到后台,等几秒返回音乐音效全无 LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentB...

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

195. 在Unity中设置动画事件(ActionScript-3D基础(AS3)-LayaAir3D之Animator动画) [ 55%]

...:void { Laya.stage.addChild(scene) as Scene3D; //获取cube对象 var cube:Sprite3D = scene.getChildByName("Cube"); //添加组件(脚本) var _script:SceneScript = cube.addComponent(SceneScript); //label用于显示 var _lab:Label = new Label(); _lab.text = "test"; _lab.height = 100; _lab.width = 1...

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

196. 挂载物体的3D变换问题 [ 54%]

...r cylinderMesh:CylinderMesh=new CylinderMesh(0.05,2,8); var cylinder3D:MeshSprite3D=new MeshSprite3D(cylinderMesh); cylinder3D.transform.translate(new Vector3(3,0,0),true); cylinder3D.transform.localScale = new Vector3(2,2,2); cylinder3D.transform.localRotationEuler = new Vector3(90,90,90); role.get...

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

197. 关于缓动函数from的一些问题记录 [ 54%]

...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 缓动Tween能用在3D物体或者特效上面吗? IDE1.7.8 json图集加载问题 关于适配采用showAll后留白部分的颜色问题 event...

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

198. Label设置了isHtml后使用html格式有问题 [ 54%]

...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 求高人分享使用protobuff框架...

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

199. 资源加载(JavaScript-3D基础(JS)-LayaAir3D之资源加载) [ 54%]

...l, function(tex) { //使用纹理 var earth1 = scene.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createSphere(5, 32, 32))); earth1.transform.translate(new Laya.Vector3(10, 20, -8)); var earthMat = new Laya.BlinnPhongMaterial(); earthMat.albedoTexture = tex; earthMat.albedoIntensity = 1; earth1...

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

200. (实现手指控制模型的缩放旋转)触控可以识别 但是导入的模型没有根据触控反应 [ 53%]

...的距离进行旋转                 (this.owner as Laya.Sprite3D).transform.rotate(new Laya.Vector3(1 * deltaY /2, 1 * deltaX / 2, 0), true, false);             }         }         else if (2 === touchCount){             this._text.text = "...

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