大约有 842 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0051 秒)
Laya_社区(496) Laya3.0_api(111) Laya3.0_文档(70) Laya_示例(45) Laya2.0_api(42) laya_api(39) Laya2.0_文档(30) Laya2.0_示例(9)
...对 2.用自带的图集打包,会在傍边多出一个文件夹“DEFAULT_RESOURCE”(默认_重复资源),不知道傍边多出来的这个文件夹里面放有什么文件用来做什么的? 附件 : --> T02.zip 2017-06-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...
来源: Laya_社区 发布时间: 20170613
...ning!,this class[MiniAdpter] already exist: Object {init: } Failed to load resource: net::ERR_FILE_NOT_FOUND LayaAir3D 3D射击游戏 物体移动碰撞穿透问题 LayaAir3D 3D射击游戏 物体移动碰撞穿透问题 【已解决】LayaAir3D 3D射击游戏 第一人称视角随鼠标旋转疑问...
来源: Laya_社区 发布时间: 20190819
...,例如节点被添加到舞台后 onEnable(): void { Laya.loader.load("resources/layabox.png", Laya.Loader.IMAGE).then(() => { this.setMesh2DRender(); }); } // 配置2D网格渲染器 setMesh2DRender(): void { let mesh2Drender = this.layaMonkey.getComponent(Laya.Mesh2DRender); // 添加网格 ...
来源: Laya3.0_文档 发布时间: 20251120
...Animation; import laya.display.Sprite; import laya.net.Loader; import laya.resource.Texture; import laya.utils.Handler; public class Main { public function Main() { //初始化引擎 Laya.init(600, 800); //加载引擎需要的资源 Laya.loader.load([{url:"res/atlas/atlas_res.json",type:Loader.ATLA...
来源: Laya_社区 发布时间: 20160707
... · LAYABOX,首先自己画了一张32*32像素的地板砖,然后在resources文件夹创建了瓦片地图未进行重命名,之后在面板下拉菜单中单击<瓦片集面板>,按照教程在右侧的<属性设置>面板中将<Tile Size>属性的x和y的值修改为32...
来源: Laya_社区 发布时间: 20250118
...如何去用还是怎么用 unnamedzc • 2016-10-11 21:54 Failed to load resource: net::ERR_FILE_NOT_FOUND (file:///Users/jeffchang/Documents/myLaya/bin/lib/puremvc.min.js) 我在index里面加了 <script type="text/javascript" src="lib/puremvc.min.js"></script> unna...
来源: Laya_社区 发布时间: 20160802
...geHeight: number; onStart() { console.log("Game start"); Laya.loader.load("resources/res/spineboy-pma.skel", Loader.SPINE).then((templet: SpineTemplet) => { this.skeleton = new SpineSkeleton(); this.skeleton.templet = templet; this.owner.addChild(this.skeleton); this.skeleton.pos( this.pageWidth ...
来源: Laya_社区 发布时间: 20230703
...ss ExtendTerrainMaterialInheritanceExtendTerrainMaterial BaseMaterial laya.resource.Resource ... Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alphaTest : Boolean 获取是否透明裁剪。 BaseMaterial alphaTestValue : Number 获取透明...
来源: Laya2.0_api 发布时间: 20190513
...check: No 'Access-Control-Allow-Origin' header is present on the requested resource. 2020-06-09 添加评论 已悬赏50元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Sylar 赞同来自: 自己回复吧,我是这么解决...
来源: Laya_社区 发布时间: 20200609
...log("All done."); } } } } new laya.Loader_Sequence();package { import laya.resource.Texture; import laya.utils.Handler; public class Loader_Sequence { private var numLoaded:int = 0; private var resAmount:int = 3; public function Loader_Sequence() { Laya.init(500, 400); // 按序列加载 monkey2.png...
来源: Laya_示例 发布时间: 20251209