• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 237 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0063 秒)

231. 网络通信 · LayaAir3.0文档 · LAYABOX [ 42%]

...功能。我们写个简单的例子来看下用法: class LayaSample { constructor() { //创建HttpRequest对象 let http: Laya.HttpRequest = new Laya.HttpRequest(); //设置超时时间 http.http.timeout = 10000; //发送了一个简单的请求 http.send("resources/data.txt", "", "get", "text")...

来源: Laya3.0_文档 发布时间: 20241014

232. laya的ide如何import js并调用里面的类和方法?VS Code正常。 [ 41%]

...st t = require("./test/TestExportClass"); // 程序入口 class GameMain { constructor() { // Laya.init(600,400); console.log("start"); var exportCls = new t.TestExportCls(); exportCls.callFunc(); } } new GameMain(); } http://requirejs.org/docs/errors.html#mismatch at makeError (file:///E:/laya/Test...

来源: Laya_社区 发布时间: 20171116

233. 通用发布 · LayaAir3.0文档 · LAYABOX [ 39%]

... : Laya.Sprite3D; @property({ type: Laya.Scene3D }) scene3d: Laya.Scene3D; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake(): void { //Web平台使用远程包 Laya.loader.loadPackage("sub1","http://192.1...

来源: Laya3.0_文档 发布时间: 20241014

234. 微信小游戏分包实战(TypeScript-小游戏适配文档-微信小游戏) [ 31%]

.../ module subpackage{ export class b{ private GameMain:any; private ui:any; constructor(){ //监听按钮btnA的点击事件,触发后处理 this.GameMain.newUI.btnA.on(Laya.Event.CLICK, this, this.showB); } //显示B页 private showB():void { this.GameMain.showUI(this.ui.bUI,this.GameMain.newUI) /...

来源: Laya2.0_文档 发布时间: 20210715

235. 求ShuriKenParticle3D用法 [ 31%]

...rst;     export class JinBi extends ShuriKenParticle3D {         constructor() {             let material = ShurikenParticleMaterial.load("resources/Assets/ArtResources/Effects/Materials/Effect_yu_jinbi_xulie.lmat");             super(material);            ...

来源: Laya_社区 发布时间: 20170605

236. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 28%]

... /** 数据*/         public static DATA: string = "data";         constructor(decorate?:Decorate) {             super();             this.mDecorate = decorate || new Decorate(this);             this.pomelo = new Pomelo();             this.configuration();        ...

来源: Laya_社区 发布时间: 20161109

237. 打包成APK运行一半崩溃 [ 8%]

...bugger is no longer active 04-11 11:17:08.924    8591-8591/? I/HwCust﹕ Constructor found for class android.app.HwCustHwWallpaperManagerImpl 04-11 11:17:08.927    8591-8591/? E/LayaGameEngine﹕ game_plugin_set_option key=localize value=false 04-11 11:17:08.927    8591-8591/? E/LayaGameEngine...

来源: Laya_社区 发布时间: 20170411