大约有 1,567 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0055 秒)
Laya_社区(1103) Laya2.0_文档(231) Laya_示例(108) Laya2.0_示例(69) Laya3.0_文档(43) Laya3.0_api(11) Laya2.0_api(2)
...("回调方法")来处理加载后的逻辑。 Laya.loader.load(url).then((res)=> {/** 不带类型,用于常规的资源 */}); 完整的脚本示例如下: const { regClass, property } = Laya; @regClass() export class LoaderDemo extends Laya.Script { onAwake(): void { this.loadTexture("resou...
来源: Laya3.0_文档 发布时间: 20241014
添加fairygui使用fairygui.UIPackage.addPackage ( "res/Bag" )后可以正常跑,发布到微信小游戏出错 private function beginLoad():void { //加载引擎需要的资源 //Laya.loader.load("res/atlas/comp.atlas", Handler.create(this, onLoad...
来源: Laya_社区 发布时间: 20180513
...ode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; skins = ["../../res/ui/input (1).png", "../../res/ui/input (2).png", "../../res/ui/input (3).png", "../../res/ui/input (4).png"]; Laya.loader.load(skins, Handler.create(this, onLoadComplete)); //加载资源。 })(); function onLoadComplete(...
来源: Laya_示例 发布时间: 20241117
...tage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Stat.show(); skins = ["res/ui/input (1).png", "res/ui/input (2).png", "res/ui/input (3).png", "res/ui/input (4).png"] Laya.loader.load(skins, Handler.create(this, this.onLoadComplete)); } onLoadComplete() { for (let i = 0, len = skins.length; i ; c...
来源: Laya2.0_示例 发布时间: 20241117
...ctor3(0.7, 0.6, 0.6); var plane = scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/skinModel/Zombie/old/Plane.lh")); var zombie = scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/skinModel/Zombie/old/Zombie.lh")); zombie.once(Laya.Event.HIERARCHY_LOADED, this, function () { zombie.tran...
来源: Laya_示例 发布时间: 20241117
...同,兄弟你去升级一上吧。 public static function destroyUnusedResources(group:String = null):void { var res:Resource; if (group) { var resouList:Vector.<Resource> = _groupResourcesMap[group]; if (resouList) { var tempResouList:Vector.<Resource> = resouList.slice(); for (var i:...
来源: Laya_社区 发布时间: 20190126
...址](https://layaair.ldc.layabox.com/demo2/?language=ch&category=3d&group=Resource&name=LoadResourceDemo)); ### 单个资源加载 #### 1. 场景加载 单个场景加载的时候,使用的Scene3D.load方法。 ```js //3d场景加载 Laya.Scene3D.load("res/TerrainScene/XunLongShi.ls",Laya.Handle...
来源: Laya2.0_文档 发布时间: 20210715
res下面的资源在微信扫码预览找不到 Laya.loader.create("res/layaScene_house/layafight.ls", Laya.Handler.create(this, onComplete)); 这种加载res下面资源方式。微信扫码在手机上找不到资源是怎么回事呢,在浏览器或者模拟器都是正常的 2018-05-07 添...
来源: Laya_社区 发布时间: 20180507
...示 170*****199 • 2018-05-25 17:04 var loadData = [ { "url": 'res/atlas/main.atlas', "type":Laya.loader.ATLAS }, { "url": 'res/atlas/newUser.atlas', "type":Laya.loader.ATLAS }, { 'url': "res/atlas/role_skin.atlas", "type":Laya.loader.ATLA...
来源: Laya_社区 发布时间: 20180525
...ire("yimwx-api"); var io = require("socket.io").listen(8800); var app = express(); var router = express.Router(); var token = "213123";//微信上的自定义TOKEN 用于签名验证 YIM.appkey = "123123123"; YIM.appsecret = "3123123"; YIM.host ="api.youme.im"; YIM.identifier = "admin"; let obj = { ...
来源: Laya_社区 发布时间: 20170722