大约有 3,253 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0074 秒)
Laya_社区(2450) Laya3.0_api(242) Laya2.0_文档(138) Laya2.0_api(136) laya_api(135) Laya3.0_文档(82) Laya_示例(52) Laya2.0_示例(18)
...否有配到代码下载? 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 laya3D动画无法播放 问题状态 最新活动: 2019-06-27 19:34 浏览: 2348 关注: 3 人 Zero • 2019-06-27 20:09 下载了2.1.0bate的类库后, 只要...
来源: Laya_社区 发布时间: 20190627
...ar loader:Loader=new Loader(); var context:LoaderContext=new LoaderContext(false,ApplicationDomain.currentDomain); loader.contentLoaderInfo.addEventListener(Event.COMPLETE,onSwfLoaded); loader.load(new URLRequest("binarys.swf"),context); } protected function onSwfLoaded(event:Event):void { // TODO A...
来源: Laya_社区 发布时间: 20151224
..., [1]); //初始时默认上面一层不可见 this.layoutSecond.visible = false; } //点击切换状态 private change(state: number, e: Laya.Event) { e.stopPropagation(); this.state = state; this.layoutSecond.visible = (state === 0); this.btnFirst.visible = (state !== 0); } } 2.定义一个...
来源: Laya_社区 发布时间: 20180810
...配置 这个怎么解决? 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 打包出来后的APP打开加载速度过慢,有黑屏,如何加入闪屏图片 runtime运行报错! 问题状态 最新活动: 2017-10-27 15:22 浏览: 15...
来源: Laya_社区 发布时间: 20171026
...对象的状态。 */ __proto.changeState=function(){ this._stateChanged=false; this.runCallLater(this.changeClips); var index=this._state < this._stateNum ? this._state :this._stateNum-1; this._sources && (this._bitmap.source=this._sources[index]); if (this.label){ this._text.color=this....
来源: Laya_社区 发布时间: 20170516
...物理没有开启导致的, console.log(Laya3D.enbalePhysics);结果是false 问题是怎么开启物理?看源码这个enablePhysics是根据是否存在window.Physics3D而设置的。 那么问题是怎么让window.Physics3D存在呢? 文档没找到, 示例没找到 新人研究半天没...
来源: Laya_社区 发布时间: 20190321
... } }, null, true), Laya.Handler.create(this, function (percent) { }, null, false)); } 解密应该没错,我试了 2018-02-02 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 daibao520 相关问题 打包native报错 如何确定自己...
来源: Laya_社区 发布时间: 20180201
...omplete3D, [onProloadComplete]), new Handler(this, this.progressFun, null, false)); this.scene3d = Loader.getRes(sceneUrl) as Scene3D; Laya.stage.addChild(this.scene3d); 189*****909 • 2020-07-04 10:57 @熊猫大侠:需要释放掉,然后再次载入。 189*****909 • 2020-07-04 10:59 @熊猫大...
来源: Laya_社区 发布时间: 20200609
...rties needsCustomCollisionCallback needsCustomCollisionCallback: boolean = false Inherited from CompoundColliderShape.needsCustomCollisionCallback Defined in laya/d3/physics/shape/ColliderShape.ts:115 Static SHAPEORIENTATION_UPX SHAPEORIENTATION_UPX: number = 0 Inherited from CompoundColliderShape.S...
来源: Laya3.0_api 发布时间: 20231115
...Size = true; cb.pos((Laya.stage.width - cb.width) / 2, 100); cb.autoSize = false; } private createComboBox(skin: String): ComboBox { var comboBox: ComboBox = new ComboBox(this.skin, "item0,item1,item2,item3,item4,item5"); comboBox.labelSize = 30; comboBox.itemSize = 25; comboBox.selectHandler = new ...
来源: Laya2.0_文档 发布时间: 20210715