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

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

301. List数据源的格式问题导致无法响应List的SelectHandler [ 69%]

...otected function dataSourceChange(eventType:String, property:String, value:Object):void { var data:* = this[property]; this[property] = value; if (value != data) { var result:Boolean = event(eventType , {oldValue:data , newValue:value}); } } }现在问题就出在Data这个类上面,如果将Data...

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

302. LayaAir3D导出scene 显示 invalid path错误 [ 69%]

...orlib/System.IO/Path.cs:215) LayaExport.DataManager.saveLightMapFile (.JSONObject customProps) LayaExport.DataManager.getSceneNode () LayaExport.DataManager.saveData () LayaExport.DataManager.getData () LayaAir3D.exportResource (Boolean isDebug) (at Assets/LayaAir3D/LayaTool/LayaAir3D.cs:435) LayaAi...

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

303. 网页调试崩溃了 [ 69%]

...WebGLProgram() { … } Symbol(Symbol.toStringTag):"WebGLProgram" __proto__:Object {constructor: , __defineGetter__: , __defineSetter__: , …} __proto__:function () { … } Symbol(Symbol.toStringTag):"WebGLProgram" __proto__:Object {constructor: , __defineGetter__: , __defineSetter__: , …}   什...

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

304. laya.d3.component.AttachPoint [ 69%]

...public class AttachPointInheritanceAttachPoint Component3D EventDispatcher Object AttachPoint 类用于创建挂点组件。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  attachBones : Vector.<String>挂点骨骼的名称。AttachPoi...

来源: laya_api 发布时间: 20170929

305. laya.utils.ClassUtils [ 68%]

...ethods Packagelaya.utilsClasspublic class ClassUtilsInheritanceClassUtils Object ClassUtils 是一个类工具类。 Public Methods  MethodDefined By  createByJson(json:*, node:* = null, root:Node = null, customHandler:Handler = null, instanceHandler:Handler = null):*[static] 根据指定的 jso...

来源: Laya2.0_api 发布时间: 20190513

306. 绘画圆角矩形的工具,直接用,不用自己去算 [ 68%]

... 0, 0, roundRadius, 0, roundRadius]); paths.push(["closePath"]); var brush:Object = { fillStyle:fillColor }; var pen:Object = { strokeStyle:borderColor, lineWidth:borderWidth }; return graghics.drawPath(x, y, paths, brush, pen); } } } 2019-01-17 1 条评论 免费帖 --> 分享 微博 QZONE 微信 ...

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

307. worker的问题 [ 68%]

...了 "Failed to construct 'Worker': Please use the 'new' operator, this DOM object constructor cannot be called as a function." 2018-01-08 0 0 分享 微博 QZONE 微信 fool_tiger 赞同来自: 还要在index.html中写啊,我以为在as3脚本里写就行了? 2018-01-08 0 1 分享 微博 QZONE ...

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

308. Byte二进制读写(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 68%]

...络连接中,我们接收和发送网络消息。 ```typescript var msg:Object ={name:"xxx",age:18,weight:65.5,height:175}; var byte:Byte = new Byte();//实例化byte数组 byte.endian = Byte.LITTLE_ENDIAN;//设置大小端 byte.writeUTFString(msg.name);//写入数据 byte.writeByte(msg.age); byte...

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

309. layaair-cmd publish -h 报找不到universalify module错误 [ 68%]

...Module.require (module.js:587:17) at require (internal/module.js:11:18) at Object.<anonymous> (C:\Users\fp005\AppData\Roaming\npm\node_modules\lay ir-cmd\node_modules\fs-extra\lib\fs\index.js:3:11) at Module._compile (module.js:643:30) at Object.Module._extensions..js (module.js:654:10) at Mod...

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

310. Socket能连接到服务器,客户端发请求也能收到服务端的数据,但是服务端主动推送数据,客户端就是收不到数据? [ 68%]

...("============message============="); if (message is String) { var dataObj:Object=JSON.parse(message); trace("Message from server:"+dataObj+"-----------"+dataObj.status); if(dataObj.messageType){ trace("Reveive message type"+dataObj.messageType); } if(dataObj!=null){ if(dataObj.status == "S" || (dat...

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