大约有 53 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0104 秒)
...018-11-26 18:35:09.154 1505-1538/? D/CompatibilityInfo: applicationScale - 1.0 2018-11-26 18:35:09.346 1505-1538/? E/PackageManager.DexOptimizer: Well this is awkward; package null had UID -1 java.lang.Throwable at com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDe...
来源: Laya_社区 发布时间: 20181126
....7, 0.6, 0.6); directionLight.direction = new Laya.Vector3(0, -1.0, -1.0); //灯光开启阴影 directionLight.shadow = true; //可见阴影距离 directionLight.shadowDistance = 3; //生成阴影贴图尺寸 directi...
来源: Laya_社区 发布时间: 20180725
....Event.LOADED, null, function (mat) { mat.albedo = new Vector4(3.5,3.5,3.5,1.0); }); } }); }); 不同结构的模型导出的lh结构是不一样的,帐篷示例代码对于那个模型是适用的,但是换了嵌套了多层的Sprite3D的模型就出错了。解决方案: staticMesh.once(Laya.E...
来源: Laya_社区 发布时间: 20161021
...400,Laya.Tween.cubicOut,0) .addLabel("ZoomOut",0).to(share.btShare,{scaleX:1.0, scaleY:1.0},400,Laya.Tween.cubicOut,0); timeLine.play(0,true); 然后循环创建依次执行ui的延迟动画 Laya.Tween.to(point,{x:point.x,y:point.y,alpha:1,update:Laya.Handler.create(point,function(){ this.visible = ...
来源: Laya_社区 发布时间: 20180118
上传appstore 出现 警告 layabox v2.1.0 打包的app上传到 app store 时,出现下面的问题,请问这个怎么修改? App Store Connect Dear Developer, We identified one or more issues with a recent delivery for your app, Your delivery was successful, but you may wish to corre...
来源: Laya_社区 发布时间: 20190830
..., uniformMap:{ u_AlphaTestValue: { type: Float, default: 0.5, range: [0.0, 1.0] }, u_TilingOffset: { type: Vector4, default: [1, 1, 0, 0] }, u_AlbedoColor: { type: Color, default: [1, 1, 1, 1] }, u_AlbedoTexture: { type: Texture2D, options: { define: "ALBEDOTEXTURE" } }, u_NormalTexture: { type: Tex...
来源: Laya3.0_文档 发布时间: 20251010
...ion() { // Fill the buffer with white noise; //just random values between -1.0 and 1.0 for (var channel = 0; channel < channels; channel++) { // This gives us the actual ArrayBuffer that contains the data var nowBuffering = myArrayBuffer.getChannelData(channel); for (var i = 0; i < frameCount; i++) ...
来源: Laya2.0_文档 发布时间: 20210715
...ion() { // Fill the buffer with white noise; //just random values between -1.0 and 1.0 for (var channel = 0; channel < channels; channel++) { // This gives us the actual ArrayBuffer that contains the data var nowBuffering = myArrayBuffer.getChannelData(channel); for (var i = 0; i < frameCount;...
来源: Laya3.0_文档 发布时间: 20251010
...albedoTexture = tex; for (var i = 0; i < circleCount; i++) { radius.z = 1.0 + i * 0.15; radius.y = i * 0.03; var oneCircleCount = 100 + i * 15; for (var j = 0; j < oneCircleCount; j++) { var boxSprite = new Laya.MeshSprite3D(boxMesh); boxSprite.meshRenderer.sharedMaterial = boxMat; var localPo...
来源: Laya_社区 发布时间: 20191112
...12-21 0 0 分享 微博 QZONE 微信 内涵tv何吓吓 赞同来自: 你是1.0还是2.0的,2.0的是自动更新,在onEnable()方法里面,如果是1.0你应该在打开dialog之前更新呐 2018-12-21 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题...
来源: Laya_社区 发布时间: 20181221