大约有 1,655 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0064 秒)
Laya_社区(676) Laya3.0_api(364) Laya2.0_api(194) laya_api(158) Laya2.0_文档(80) Laya3.0_文档(71) Laya_示例(58) Laya2.0_示例(54)
...rt WebGL = Laya.WebGL; export class Skeleton_SpineEvent { private mAniPath:string; private mStartX:number = 400; private mStartY:number = 500; private mFactory:Templet; private mActionIndex:number = 0; private mCurrIndex:number = 0; private mArmature:Skeleton; private mCurrSkinIndex:number = 0; priv...
来源: Laya_示例 发布时间: 20260303
...索引 */ public function addLabel(label:String, index:int):void { if (!_labels) _labels = {}; if (!_labels[index]) _labels[index] = []; _labels[index].push(label); } 在代码里...
来源: Laya_社区 发布时间: 20180601
laya Air "1.7.10" 又出现小问题 version:String = "1.7.10"; 发布代码时能自己跑一下 基本每次都有这样的小问题 附件 : --> 2017-10-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 layabo...
来源: Laya_社区 发布时间: 20171024
...ct = new Browser.window.Blob([byte.buffer], { type: "image/png" });var url:String = Browser.window.URL.createObjectURL(blob);//创建一个url对象;////我们先用第一种方式显示图片到舞台;var sp:Sprite = new Sprite();sp.loadImage(url);Laya.stage.addChild(sp);//添加到舞台 ...
来源: Laya_社区 发布时间: 20180620
...: function (res) { wx.shareAppMessage({ imageUrl: res.tempFilePath, title: string }) } }); 注意:sp 可以是Laya.image 或者laya.sprite 2018-05-18 2 3 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ₩ 相关问题 分享:LayaAir...
来源: Laya_社区 发布时间: 20180517
...ylib: terminating with uncaught exception of type std::out_of_range: basic_string 0.00% Laya:Laya AS2JS Compiler[Ver 0.10.20161125] start... MSG,1,0.00,,0,Project command:“/Users/kaiser/Sites/layaProject/trunk/GameProject/.actionScriptProperties;iflash=false” Project configuration:“/Users/kais...
来源: Laya_社区 发布时间: 20170220
...dateMark: number Defined in laya/d3/component/HLOD/HLODUtil.ts:85 url url: string Defined in laya/d3/component/HLOD/HLODUtil.ts:84 Methods load load(callFun: Function, hlod: any): void Defined in laya/d3/component/HLOD/HLODUtil.ts:94 loaded Parameters callFun: Function hlod: any Returns void release...
来源: Laya3.0_api 发布时间: 20231115
... Log.print("Message from server:"); if (message is String) { Log.print(message); } else if (message is ArrayBuffer) { Log.print(new Byte(...
来源: Laya_社区 发布时间: 20170209
...发现获取自定义属性的方式似乎不对, {name: "pro01", type: "string", value: "这是pro01"}数据格式是这样的, 而获取数据的方式却是 _propertiese, 因此我另写一个获取自定义属性的方法, 发现用索引可以取到值。 附件 : --> 2019-03-25 ...
来源: Laya_社区 发布时间: 20190325
...ayaAir增加这种常用方法。 cuixueying • 2017-07-24 11:44 这个是string的方法吧,input也有?
来源: Laya_社区 发布时间: 20170214