大约有 1,625 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0044 秒)
Laya_社区(663) Laya3.0_api(364) Laya2.0_api(194) laya_api(158) Laya2.0_文档(80) Laya_示例(58) Laya3.0_文档(54) Laya2.0_示例(54)
...aya.editorUI.xml中,是int型,但是f12发布后到as类中时变成了String型,我这试了下把FontClip源代码中强制parseInt一次后,spaceX能正常生效,反之不行。这个复现要用编辑器导出到项目中才能复现,硬编码或编辑器内部实时都应该是好...
来源: Laya_社区 发布时间: 20170926
...ght: number Defined in laya/d3/resource/models/MorphTarget.ts:9 name name: string Defined in laya/d3/resource/models/MorphTarget.ts:7 Globals "laya/d3/resource/models/MorphTarget" MorphTarget constructor data fullWeight name MorphTargetChannel Legend Object literal Variable Function Type alias Class...
来源: Laya3.0_api 发布时间: 20231115
...代码如下: ```typescript // 程序入口 class MaskDemo{ private Res:string; private img:Laya.Sprite; constructor() { Laya.init(1336,640); //设置舞台背景色 Laya.stage.bgColor = "#ffffff"; //资源路径 this.Res = "res/img/monkey1.png"; //先加载图片资源,在图片资源加载成...
来源: Laya2.0_文档 发布时间: 20210715
...接到字节流以后,取int32 int16都没有问题,唯独到了取string的时候,为什么 游标偏移了两个字节,我必须要写入一个2个字节的长度在字符串前面才行,有没有不是这样的方法?我想直接读取我的字节流 2018-06-15 添加评论 免费...
来源: Laya_社区 发布时间: 20180615
...用对应方法,如下 var d:Date=new Date(_data.time*1000); var intro:String=(d.getFullYear() + "." + (d.getMonth() + 1) + "." + d.getDate() + " " + d.getHours() + ":" + d.getMinutes() + ":" + d.getSeconds()); 2017-02-13 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要...
来源: Laya_社区 发布时间: 20170213
...LayaAir引擎 laya这没有反射吗 egret里有反射啊。 var temp: string = egret.getQualifiedClassName(target); 简单又好用。 希望官方跟进啊,感觉laya与egret的差距越来越大了,ide工具比不上,功能接口也跟不上了。 朋友搭了个框架laya框架...
来源: Laya_社区 发布时间: 20180520
...,资源路径正确,就是报找不到 private createAniTemplate(name: string, len: number = 8): void { let aniFrames: Array<string> = []; for (let i: number = 0; i < len; i++) { aniFrames.push("resources/UI/role/atlasAni2/139x/" + name + i + ".png"); } ...
来源: Laya_社区 发布时间: 20230713
...writeByte // 使用output.writeByte发送 var message:String = "demonstrate <output.writeByte>"; for (var i:int = 0; i < message.length; ++i) { output.writeByte(message.charCodeAt(i)); ...
来源: Laya_社区 发布时间: 20170526
...; var radiusY: number = Math.tan(180 / Math.PI * 30) * radiusX; var color: string = "#FF7F50"; this.sprite = new Sprite(); this.sprite.graphics.drawLine(0, 0, -radiusX, radiusY, color); this.sprite.graphics.drawLine(0, 0, radiusX, radiusY, color); this.sprite.graphics.drawLine(-radiusX, radiusY, 0, ...
来源: Laya2.0_示例 发布时间: 20241126
...器代码放在外网才行? 加载一个txt文件 getRes出来类型为string 能转换成数组吗 问题状态 最新活动: 2017-09-28 11:01 浏览: 669 关注: 2 人
来源: Laya_社区 发布时间: 20170928