大约有 2,843 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0073 秒)
Laya_社区(1671) Laya3.0_api(672) Laya2.0_文档(152) Laya2.0_api(128) laya_api(122) Laya3.0_文档(71) Laya2.0_示例(16) Laya_示例(11)
... // 调用chart.js的方法,并传递对应参数 // ctx:绘图对象 // type:图标类型 // data:图标数据 // options:配置 __JS__("var myPieChart = new Chart(ctx,{type: 'pie',data: data,options: options})"); } } } 具体更多更精彩的写法请参考git官方分享文档示例已...
来源: Laya_社区 发布时间: 20170109
...ss fixedTimeStep flags maxSubSteps Legend Object literal Variable Function Type alias Class Class with type parameter Property Enumeration Interface
来源: Laya3.0_api 发布时间: 20231102
...unds needRender StaticBatchSubMesh Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Property Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...matorState duration normalizedTime Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Enumeration Interface
来源: Laya3.0_api 发布时间: 20231102
...lManager constructor clear destroy Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...on _getIndexInList _setIndexInList Legend Object literal Variable Function Type alias Class Class with type parameter Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231102
...域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 Sprite mouseX : Number[read-only] 返回鼠标在此对象坐标系上的 X 轴坐标信息。 Sprite mouseY : Number[read-only] 返回鼠标在此对象坐标系...
来源: Laya2.0_api 发布时间: 20190513
...AccelerationInfo constructor x y z Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Property Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...戏无法运行的问题 onmessage = function(t) { var e = t.data; e = { type: "load", url: e }; switch (e.type) { case "load": loadImage2(e) } }; 原因在于worker中接受的参数 与所需的格式不符 手动修改下就好了 2020-10-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20201021
...据(会根据帧率去分帧) Event Detail complete Event Event Object Type: laya.events.Event.COMPLETECOMPLETE.type property = Event.COMPLETE数据解析完成后的调度。 error Event Event Object Type: laya.events.Event.ERRORERROR.type property = Event.ERROR数据解析错误后的调度...
来源: laya_api 发布时间: 20170929