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

大约有 3,617 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0098 秒)

481. Unity模型带Animator导出后 加载报错 [ 78%]

...话我们也不好确定问题 2018-02-01 0 1 分享 微博 QZONE 微信 true、 赞同来自: 最新插件,最新IDE 2018-02-01 0 1 分享 微博 QZONE 微信 true、 赞同来自: 模型   这是unity模型,导出后用官方示例加载,看能不能找出问题,感谢 res.rar 2018-02-01 ...

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

482. box2d停止物理后无法再开启 [ 78%]

...法的开头就是一个判断_enabled参数是否为false的判断,为true就什么都不执行 但是停止之后计时器停了_enabled还是为true,导致怎么调用start和enable都无法再次开启内部计时器 自己可以调用step开启物理系统但是无法再使用script的物...

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

483. textInput的单行输入&多行输入(TypeScript-LayaAir基础篇(TS)-文本) [ 78%]

...tText.prompt = "Type some word..."; // 设置字体样式 inputText.bold = true; inputText.bgColor = "#666666"; inputText.color = "#ffffff"; inputText.fontSize = 20; Laya.stage.addChild(inputText); } private createMultiInput(): void { var inputText: Input = new Input(); // 移动端输入提示符 i...

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

484. Mesh网格-自定义网格 [ 78%]

...种开发语言、LayaAirIDE让项目开发更高效。Laya3D.init(0, 0, true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; var scene = Laya.stage.addChild(new Laya.Scene()); var camera = scene.addChild(new Laya.Camera(0, 0.1, 100)); camera.transform...

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

485. Ignored attempt to cancel a touchmove event with cancelable=false [ 78%]

...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 dialog通过UIConfig设置UIConfig.closeDialogOnSide = false后,点击外面依旧会关闭弹窗 LayaAirIDE1.7.17 版本,LayaNative下面 Stat统计的sprite数量不准,误将sprite.visible=false的...

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

486. 关于HttpRequest [ 78%]

...为URL参数字符串的对象 * key URL参数字符串的前缀 * encode true/false 是否进行URL编码,默认为true * * return URL参数字符串 */ public static urlEncode(param:any, key?:any, encode:boolean = true):string{ if (param == null) return ''; var paramStr = ''; var t = typeof (param...

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

487. 仅在Android微信小游戏下图片错乱 [ 78%]

...e@atlas0.png", Handler.create(this, this.onLoaded), null, Loader.IMAGE, 1, true, null, true) } static onLoaded(res){ console.log("public assets inited !!!!") console.log(Laya.loader.getRes("res/ui/share@atlas0.png"))//此处会报循环引用错误,也就Android小游戏会 this.sInited = true } ...

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

488. List组件如何提升性能 [ 78%]

...容,如果数据源较少,并且list内无动画,设置此属性为true能大大提高性能。 请问此处shu说的数据源较少是什么标准?list内无动画是指没有滑动效果还是其他意思,设置为true后,停止滑动后有时sprite数量很高,有时又很少,不...

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

489. Sprite3D-Sprite3D变换 [ 78%]

...种开发语言、LayaAirIDE让项目开发更高效。Laya3D.init(0, 0, true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; var scene = Laya.stage.addChild(new Laya.Scene()); var camera = scene.addChild(new Laya.Camera(0, 0.1, 100)); camera.transform...

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

490. Laya.loader.create中的progress回调好像不准确? [ 78%]

...ion () { //complete func console.log("Scene loaded"); isLoaded = true; }), Laya.Handler.create(this, function (pro) { if (debug) console.log("Loading progresss : " + pro); }, null, false), Laya.Scene); Monica • 2018-03-21 11:01 @jinfawu:能否提供一个预加载多个文件...

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