大约有 3,617 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0105 秒)
Laya_社区(2682) Laya3.0_api(265) Laya2.0_文档(227) Laya2.0_api(113) Laya3.0_文档(104) laya_api(98) Laya_示例(83) Laya2.0_示例(45)
...hape; //设置刚体的质量 rigidBody.mass = 10; rigidBody.isKinematic = true; //创建盒型MeshSprite3D var box2: MeshSprite3D = (this.scene.addChild(new MeshSprite3D(PrimitiveMesh.createBox(1, 1, 1)))); //设置材质 var transform2: Transform3D = box2.transform; var pos2: Vector3 = transform2....
来源: Laya2.0_文档 发布时间: 20210715
....pivotY = ani_border.pivotX = 245; ani_border.load("swf/planet/border.swf",true); addChild(ani_border); 2018-05-29 3 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 苍蝇也是鸟 赞同来自: 只要不是在同一...
来源: Laya_社区 发布时间: 20180529
...变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display/Sprite.ts:273 指定鼠标事件检测...
来源: Laya3.0_api 发布时间: 20231115
...取到图片边界即大小 但是如梦是这样调用的: ani.play(0,"true","somename") 这样调用后就获取不到边界了 这肯定是个bug! 这样的话在调用图集打包一组动画后揪放其中一组动画的时候没法调整大小 附件 : --> 2020-09-10 添加评论 免费...
来源: Laya_社区 发布时间: 20200910
...导致失去焦点后,声音异常 Laya.SoundManager.autoReleaseSound = true Laya.SoundManager.autoStopMusic = true Laya.SoundManager.playSound("sound/bg1.mp3", 0); Laya.stage.on(Laya.Event.FOCUS, null, function(){ console.log("获取焦点") Laya.SoundManager.playSound("sound/bg1.mp3", 0); }) Lay...
来源: Laya_社区 发布时间: 20180807
...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 做好的粒子特效在U3D里循环正常。在LAYA插件里预览跳帧闪烁。序列素材本身也是循环的。但是不知道...
来源: Laya_社区 发布时间: 20170331
...dler = Laya.Handler; let tab = new Tab(); tab.skin = skin; tab.labelBold = true; tab.labelSize = 20; tab.labelStrokeColor = "#000000"; tab.labels = "Tab Control 1,Tab Control 2,Tab Control 3"; tab.labelPadding = "0,0,0,0"; tab.selectedIndex = 1; this.onSelect(tab.selectedIndex); tab.selectHandler = ...
来源: Laya2.0_示例 发布时间: 20260303
...= =...用popup来打开的.. wudi199553 • 2017-12-18 11:48 dialog.popup(true) luck_wan • 2017-12-18 12:15 @wudi199553: let myDig:HintView = new HintView(); myDig.popup(true); HintView extends ui.HintViewUI ----- HintViewUI extends Dialog 这样有问题嘛...我这里没有出遮罩的... luck_w...
来源: Laya_社区 发布时间: 20171218
...esource.lock Defined in laya/resource/Resource.ts:103 是否加锁,如果true为不能使用自动释放机制。 Optional name name: string Inherited from Resource.name Defined in laya/resource/Resource.ts:105 名称。 url url: string Inherited from Resource.url Defined in laya/resource/Resource...
来源: Laya3.0_api 发布时间: 20231115
...d3/core/Camera.ts:368 清除标记。 enableRender enableRender: boolean = true Defined in laya/d3/core/Camera.ts:366 是否允许渲染。 name name: string = "" Inherited from Node.name Defined in laya/display/Node.ts:59 节点名称。 Optional tag tag: string Inherited from Node.tag Defined in l...
来源: Laya3.0_api 发布时间: 20231115