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

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

161. 在父sprite中添加子sprite ,移动父Sprite 子sprite为什么动? [ 50%]

...ata.angel[angelLel].w, data.angel[angelLel].h); // 球体和城堡的矩形显示区域 var boundBall = this.ball.getBounds(); var boundTower = this.tower.getBounds(); var boundAeroboat = this.aeroboat.getBounds(); var boundMountain = this.mountain.getBounds(); var boundStatue = this.statue.getBound...

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

162. 无法触发浏览器文件上传框 [ 50%]

...藏,需要它出现的时候再用__JS__("showInput()")让它显示

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

163. 加载prefab的代码编译失败,提示“Property 'transform' does not exist on type 'Node'” [ 48%]

... 编辑提示error TS5023: Unknown option 'p' 加载到舞台的3D模型显示贴图 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined ide 2.4 la...

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

164. Unity插件导出带蒙皮数据的模型,laya里加载抛出异常 [ 45%]

...ng 相关问题 unity导出粒子文件问题 加载到舞台的3D模型显示贴图 从unity导出的场景透贴和模型烘焙的灯光显示,请问有知道是什么原因的吗?~~~~~~~~~~~~~ unity中的模型导出后在laya中显示正常 ios14系统下 blendMode='lighter' 图片...

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

165. 【简单跑酷--JS版】---Lv.4 添加玩家 [ 42%]

...关系 我们自己手动实验一次 怎么打包图集 并且在场景中显示出来 找到layaAir IDE 图集打包   打包路径选择res  这里说明一下: 我们要打包的图集是在res/player这个 目录 所以我们选择res目录 而是res/player目录 Layaair的打包 是会...

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

166. 【简单跑酷--JS版】---Lv.3 添加地板 [ 31%]

...板类 */ function Floor(){ Floor.__super.call(this); } //Floor 是一个显示对象 继承此 Sprite Laya.class(Floor, "Floor", laya.display.Sprite); var _proto = Floor.prototype; _proto.init = function(type){ //创建一个帧循环处理函数 Laya.timer.frameLoop(1, this, this.onLoop); } //在...

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

167. 3D寻路 · LayaAir3.0文档 · LAYABOX [ 29%]

...scaleMode = Stage.SCALE_FULL; Laya.stage.screenMode = Stage.SCREEN_NONE; //显示性能面板 Stat.show(); this.path = []; this.startPoint = new Vector2(); this.endPoint = new Vector2(); for (var i: number = 0; i < 20; ++i) { var newVec: Vector2 = new Vector2(); this.resPath.push(newVec); } //预...

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