大约有 167 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0046 秒)
...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
...藏,需要它出现的时候再用__JS__("showInput()")让它显示
来源: Laya_社区 发布时间: 20170511
... 编辑提示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
...ng 相关问题 unity导出粒子文件问题 加载到舞台的3D模型不显示贴图 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什么原因的吗?~~~~~~~~~~~~~ unity中的模型导出后在laya中显示不正常 ios14系统下 blendMode='lighter' 图片...
来源: Laya_社区 发布时间: 20180202
...关系 我们自己手动实验一次 怎么打包图集 并且在场景中显示出来 找到layaAir IDE 图集打包 打包路径选择res 这里说明一下: 我们要打包的图集是在res/player这个 目录 所以我们选择res目录 而不是res/player目录 Layaair的打包 是会...
来源: Laya_社区 发布时间: 20160801
...板类 */ 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
...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