大约有 295 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0130 秒)
...关系 我们自己手动实验一次 怎么打包图集 并且在场景中显示出来 找到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
...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
QQ玩一玩Image无法显示Base64图片 Retry to load: data:image/png;base64, Retry to load: data:image/png;base64,xxxxxxxxxxxxxxxxxxx const PNG_LOADING = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAH...
来源: Laya_社区 发布时间: 20181031
...会完全忽略模型的法线数据,顶点不会传入。IDE中也不会显示法线计算模式这个属性。无这个选项可能会用于特定的渲染需求,或者在LayaAir中手动编辑法线或使用脚本计算法线。否则,意味着在渲染时,将没有法线数据可用,...
来源: Laya3.0_文档 发布时间: 20251010