大约有 3,176 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0084 秒)
Laya_社区(2392) Laya3.0_api(242) Laya2.0_文档(138) Laya2.0_api(136) laya_api(135) Laya3.0_文档(63) Laya_示例(52) Laya2.0_示例(18)
...在主域中自动将加载的文本数据自动传递到子域,默认 false * @param isSon 是否是子域,默认为false */ static init(isPosMsg?:boolean,isSon?:boolean): void; } } 类库版本:1.7.17里面能看到有很多内容 是不是出bug了? 另外as版本的技术...
来源: Laya_社区 发布时间: 20180612
...t方法 而start方法的开头就是一个判断_enabled参数是否为false的判断,为true就什么都不执行 但是停止之后计时器停了_enabled还是为true,导致怎么调用start和enable都无法再次开启内部计时器 自己可以调用step开启物理系统但是无法...
来源: Laya_社区 发布时间: 20190612
...eate(this,this.on3DComplete),Laya.Handler.create(this,this.onProgress,null,false)); Manager.prototype.onProgress = function(value) { console.log("value=="+Math.floor(value*100)+"%"); } 输出结果: 0.19186599730944645 0.5251993306427798 1 0.5002049180327869 0.5626793032786885 0.625153688524590...
来源: Laya_社区 发布时间: 20180619
...— 如果 Rectangle 对象包含指定的点,则值为 true;否则为 false。 copyFrom()method public function copyFrom(source:Rectangle):Rectangle 复制 source 对象的属性值到此矩形对象中。 Parameters source:Rectangle — 源 Rectangle 对象。 ReturnsRectangle — 返回属...
来源: laya_api 发布时间: 20170929
...ra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUr...
来源: Laya3.0_api 发布时间: 20231115
...下属性,控制外部Panel this.my_panel.vScrollBar.touchScrollEnable=false; this.my_panel.vScrollBar.mouseWheelEnable=false; 请问Laya的Panel控件有其他属性,可以简单处理这种问题吗? 2018-01-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...
来源: Laya_社区 发布时间: 20180103
... /system/lib/libart.so (art::JValue art::interpreter::ExecuteSwitchImpl<false, false>(art::Thread*, art::DexFile::CodeItem const*, art::ShadowFrame&, art::JValue)+62039) [x86] 6 #05 pc b27cb9b4 <unknown> native版本 2.5.0 引擎版本2.5.0 2020-08-14 添加评论 免费...
来源: Laya_社区 发布时间: 20200814
... as Laya.MeshSprite3D; // box.transform.rotate(new Laya.Vector3(0, 45, 0), false, false); // var material: Laya.BlinnPhongMaterial = new Laya.BlinnPhongMaterial(); // var material: Laya.WaterPrimaryMaterial = new Laya.WaterPrimaryMaterial(); var material: Laya.WaterPrimaryMaterial = Laya.WaterPrimar...
来源: Laya_社区 发布时间: 20181030
...ra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUr...
来源: Laya3.0_api 发布时间: 20231115
...而laya还是会copy一份,并且设置Laya.MiniAdpter.autoCacheFile = false;Laya.MiniAdpter.AutoCacheDownFile = false;也没啥用。这样的问题导致首次进入非常非常非常的慢,因为3d游戏的文件往往会很多。 看了最新版本的库(2.5.0),依然有这个问题...
来源: Laya_社区 发布时间: 20200226