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

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

1101. Laya.URL.basePath加载不到网络资源 [ 66%]

...加载不到网络资源 var resArray = [ { url: "res/atlas/images.atlas", type : Laya.Loader.ATLAS}, // { url: "res/swf/flash.json", type: Laya.Loader.JSON}, // { url: "images/background.png", type : Laya.Loader.IMAGE}, ];   Laya.loader.load(resArray, Laya.Handler.create(this, this.onLoaded2));  ...

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

1102. websocket连接出错 [ 66%]

... function(data){ console.log(data); }); }); 自己写的html页面 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> </body> <script type="text/javascript" src="js/jquery-3.1.1.min.js" ></script> <...

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

1103. 场景管理 · LayaAir3.0文档 · LAYABOX [ 66%]

...Laya; @regClass() export class NewScript extends Laya.Script { @property({ type: Laya.Button }) public uiBtn: Laya.Button; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake(): void { this.uiBtn.on(Laya.Even...

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

1104. laya.ani.bone.canvasmesh.SkinMeshForGraphic_API3.0 [ 66%]

...Transform uvTransform uvs vertices getBounds init2 Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Inherited property Inherited method Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

1105. 用LayaAir引擎解析Tiled Map地图(JavaScript-2D进阶篇(JS)-扩展模块) [ 66%]

...然后使用`scale`属性对地图进行缩放。 示例代码如下: ```typescript //初始化舞台 Laya.init(Laya.Browser.width,Laya.Browser.height,Laya.WebGL); //创建TiledMap实例 this.tMap = new Laya.TiledMap(); //创建Rectangle实例,视口区域 var viewRect = new Laya.Rectangle(0,0,L...

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

1106. 小游戏对读取json文件有要求吗?为啥说读取json文件错误啊 [ 66%]

...或拓展 public static var getUrlAndEncode:Function = function(url:String,type:String):String { if (url.indexOf(".fnt") != -1 || url.indexOf("xxx.json") != -1) { return "utf8"; } else if (type == "arraybuffer") { return ""; } return "ascii"; } 2018-01-15 0 0 分享 微博 QZONE 微信 liwenhua 赞...

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

1107. 为什么创建的脚本 变量在编辑模式赋值后 运行时为undfined [ 66%]

...: /** @prop {name:dropBox,tips:"掉落容器预制体对象",type:Prefab}*/ dropBox: Laya.Prefab; 其他还有哪做了加载? 一位不愿意透露姓名的无头像者 • 2018-10-25 15:13 @Laya_Aaron:我要使用脚本赋值的话 除了写一个ts文件 ,prop暴露属性,设计...

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

1108. Laya_API3.0 [ 66%]

...e uint16ArraySlice uint8ArraySlice Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

1109. 导入微信小游戏的时候 [ 66%]

...戏的时候 WAGame.js:3 gameThirdScriptError Sprite3D: The .lh file root type must be Sprite3D,please use other function to  load  this file.;at api readFile success callback function Error: Sprite3D: The .lh file root type must be Sprite3D,please use other function to  load  this file.     a...

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

1110. Unity 导出预设报错 [ 66%]

Unity 导出预设报错 InvalidCastException: Cannot cast from source type to destination type. r.a (UnityEngine.GameObject A_0, .i A_1, Boolean A_2) r.a (UnityEngine.GameObject A_0, .i A_1, System.Collections.Generic.List`1 A_2) r.a (UnityEngine.GameObject A_0, .i A_1, .i A_2, Vector3 A_3, Quater...

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