大约有 846 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0051 秒)
Laya_社区(499) Laya3.0_api(111) Laya3.0_文档(71) Laya_示例(45) Laya2.0_api(42) laya_api(39) Laya2.0_文档(30) Laya2.0_示例(9)
...ightBg = new laya.display.Sprite(); this.rightBg.graphics.drawTexture(laya.resource.Texture.createFromTexture(this.bgTexture,32*29,0,32,96), 0, 0, 32, 96); this.rightBg.width = 32; this.addChild(this.rightBg); } switch(type){ case 1: this.rightBg.visible = false; this.bg.graphics.drawTexture(this.bg...
来源: Laya_社区 发布时间: 20160801
...\AppData\Roaming\LayaAirTool 还有这一条可能性,你可以按照\resources\app\extensions\git找到相应的git文件夹,删了 2018-07-16 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 cql2013mhxy 相关问题 写个捕鱼...
来源: Laya_社区 发布时间: 20180716
...对 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