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

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

691. 启动画面LoadingView · LayaAir3.0文档 · LAYABOX [ 44%]

... Android: 工程目录下的assets/scripts/config.js IOS:工程目录下的resources/scripts/config.js config.js中的内容如下所示,开发者可以根据自己的需求进行修改: window.loadingView = new loadingView(); if(window.loadingView) { window.loadingView.loadingAutoClose=true;//t...

来源: Laya3.0_文档 发布时间: 20241024

692. 关于LAYADCC关于热更新问题。真心希望解决!! [ 43%]

...。 IOS修改方式如下: 构建好的项目路径: LayaRuntime-iOS\resource\scripts/index.js 最后修改下 window.loadConchUrl = loadUrl; //在这里获得需要的地址 //xhr... //xhr.onload=(){ // loadUrl(xhr.responsetext) //} loadUrl(conch.presetUrl || "http://runtime.layabox.com/la...

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

693. IDE2.7.1打开项目报错、社区手机号登陆一直刷新页面 [ 43%]

...ild' of null     at IFrameRenderItem.__proto.show (file:///D:/LayaAirIDE/resources/app/out/vs/layaEditor/h5/layabuilder.max.js:26665:27)   二、社区手机号不能登陆 日志在附件“bug.rar”里,清了缓存用微信扫一扫倒是可以登 部分日志: layaSdk.js?v=1599645262:486 ...

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

694. laya.d3.core.render.BaseRender [ 43%]

...lass BaseRenderInheritanceBaseRender EventDispatcher ObjectImplements laya.resource.ISingletonElement, laya.d3.core.scene.IOctreeObjectSubclasses MeshRenderer, PixelLineRenderer, ShurikenParticleRenderer, TerrainRender, TrailRenderer Render 类用于渲染器的父类,抽象类不允许实例。 P...

来源: Laya2.0_api 发布时间: 20190513

695. webstorm能编译ts代码到bundle.js 里面吗 [ 43%]

...引用插件模块 ideModuleDir = "/Applications/LayaAirIDE 2.app/Contents/Resources/app/node_modules/"; workSpaceDir = "/test/layademos/fathero"; let gulp = require(ideModuleDir + "gulp"); let browserify = require("/usr/local/lib/node_modules/" + "browserify"); let source = require("/usr/local/lib/...

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

696. videoNode在安卓上不能播放 [ 43%]

...e.on(Laya.Event.MOUSE_DOWN, () => {             Laya.loader.load("resources/916.mp4").then(() => {                 this.play();             });         })     }同时建议您将“项目设置->缩放模式”更改为fixedwidth,便于手机调试。完整的dem...

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

697. Cannot read property 'load' of null [ 43%]

... 代码如下: class main{ constructor(){ MapManager.getInstance().LoadMapResource(); } } new main(); class MapManager { private static s_instance = null; public static getInstance():MapManager { if(null==this.s_instance) { this.s_instance=new MapManager(); this.s_instance.init(); } return this.s_in...

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

698. Sprite-切换纹理 [ 43%]

...ckage { import laya.display.Sprite; import laya.display.Stage; import laya.resource.Texture; import laya.utils.Browser; import laya.utils.Handler; import laya.webgl.WebGL; public class Sprite_SwitchTexture { private var texture1:String = "../../../../res/apes/monkey2.png"; private var texture2:Strin...

来源: Laya_示例 发布时间: 20241119

699. 其他(TypeScript-LayaNative原生服务-LayaNative基础文档) [ 43%]

... ```javascript ThreadMode=2; ``` **TIPS: ios版本:在工程目录下的resource\config.ini android版本:在工程目录下的assets\config.ini

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

700. 动画不显示 [ 43%]

...import laya.net.Loader;     import laya.ui.TextArea;     import laya.resource.Texture;     import laya.maths.Point;     import laya.utils.Tween;     import laya.d3.resource.models.PrimitiveMesh;     import laya.debug.DebugPanel;     import laya.debug.DebugTool;     import lay...

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