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

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

111. BlurFilter直接报错 [ 56%]

... 每次报错都是这个: Uncaught TypeError: Laya.BlurFilter is not a constructor     另外那个之前问的Html富文本限制宽度的问题也还没解决,依旧是最大200宽度 当时给的解决方案是: 1、再设置innderHtml之前,设置html.style.wordwrap=false 阻止自动...

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

112. laya.components.AnimationClip2D_API3.0 [ 56%]

...ationClip2D Class AnimationClip2D Hierarchy Resource AnimationClip2D Index Constructors constructor Properties _id destroyedImmediately islooping lock name url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _rem...

来源: Laya3.0_api 发布时间: 20231115

113. Laya.timer.loop() 报错 Cannot read property 'loop' of null [ 56%]

...st 。 private n:number = 0; private x0:number = 0; private y0:number = 0; constructor(){super();} onEnable():void{ this.x = this.x0; this.y = this.y0; Laya.timer.loop(20, this, this.frameWork); // 每 20 ms 执行一次 } private frameWork():void{ this.y = this.y0 + 10 * (this.n % 3); alert("move "...

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

114. $JAVA_HOME. 错误 [ 55%]

...,也不显示 new Laya.TiledMap()提示错误:Laya.TiledMap is not a constructor Unity导出有光照贴图时,出现错误:ArgumentException: Invalid path Box自动宽度计算错误 急急急,运行官方的那个物理引擎例子Singshat报了这个错误 Mask显示错误 文本显示...

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

115. laya.d3.math.OrientedBoundBox [ 55%]

...包围盒的位置和缩放,它的平移向量表示该包围盒的中心Constructor DetailOrientedBoundBox()Constructorpublic function OrientedBoundBox(extents:Vector3, transformation:Matrix4x4) 创建一个 OrientedBoundBox 实例。 Parameters extents:Vector3 — 每个轴长度的一半  transf...

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

116. laya.net.LoaderManager_API3.0 [ 55%]

...隔。 see laya.net.Loader Hierarchy EventDispatcher LoaderManager Index Constructors constructor Properties maxLoader retryDelay retryNum Methods cacheRes cancelLoadByUrl cancelLoadByUrls clearRes clearResByGroup clearTextureRes clearUnLoaded create decodeBitmaps event getRes hasListener load off o...

来源: Laya3.0_api 发布时间: 20231102

117. UI编辑发布后运行lose skin [ 54%]

...oader = Laya.Loader; // 程序入口 class GameMain{ private begin: Begin; constructor() { Laya.init(600,400, WebGL); Laya.stage.bgColor = "#000000"; Laya.loader.load("comp/button.png", Handler.create(this, this.onLoaded)); } private onLoaded(): void { this.begin = new Begin(); Laya.stage.addChild(t...

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

118. 弹出提示的对话框用什么来做?(其中有确定和取消选项) [ 54%]

...装包或网络 new Laya.TiledMap()提示错误:Laya.TiledMap is not a constructor 问题状态 最新活动: 2017-02-02 01:50 浏览: 1772 关注: 2 人 jason18380447822 • 2016-09-01 15:52 @cuixueying:谢谢。

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

119. layaair2.0 js的程序入口在哪?跟以前的不一样了 。 [ 53%]

...的不一样了 。 很久没用了,都2.0了,入口是哪个main类的constructor里吗?官网新手手册还是老版的。 2018-10-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Xq 赞同来自: M...

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

120. 关于SWF问题 [ 53%]

关于SWF问题 TypeError: MovieClip is not a constructor Main.js:28 at createMovieClip (file:///E:/Laya%E6%B8%B8%E6%88%8F%E5%88%B6%E4%BD%9C/Sprite/Animation_SWF/LayaAirTest/bin/js/bundle.js:38:12) at file:///E:/Laya%E6%B8%B8%E6%88%8F%E5%88%B6%E4%BD%9C/Sprite/Animation_SWF/LayaAirTest/bin/js/bundle...

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