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

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

271. laya.utils.PerfData [ 75%]

...cumentationAll Packages | All Classes | Index | Frames No Frames PerfDataProperties | Methods Packagelaya.utilsClasspublic class PerfDataInheritancePerfData ObjectPublic Properties PropertyDefined By  color : intPerfData  datapos : int = 0PerfData  datas : ArrayPerfData  id : intPer...

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

272. laya.components.AnimatorControllerParse_API3.0 [ 75%]

...chy AnimatorControllerParse Index Methods parse Methods Static parse parse(data: TypeAnimatorControllerData): { clipsID: string[]; ret: TypeAnimatorControllerData } Defined in laya/components/AnimatorControllerParse.ts:89 Parameters data: TypeAnimatorControllerData Returns { clipsID: string[]; ret: ...

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

273. Uint8Array的像素数据在ios中无法改变图片纹理,安卓正常 [ 74%]

...素数据,赋给另一张 代码如下: private _testSetPixels() { let data = this.test1.texture.getPixels(0, 0, this.test1.width, this.test1.height); let width = this.test1.width; let height = data.length / 4 / width; let tex2d = new Laya.Texture2D(width, height, 1); tex2d.setPixels(data); this...

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

274. 截屏文件没有保存 [ 74%]

...ox: i'm here 2:12582912 2048 1536 03-05 19:47:50.534 9306-9431 I/LayaBox: /data/data/xxx//LayaCache//appCache/test.png 2018-03-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 helloworldlv 赞同来自: 你adb进...

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

275. list ,增加item ,我想在末尾增加,但是每次都给我翻倍的增加,如何解决 [ 74%]

...F"; this.text.zOrder = 1; this.addChild(this.text); this.setImg = function(data) { var aar=[[150,160],[10,80],[150,0],[300,80]]; this.text.text="房号:1000000\n底分:222222\n玩法:看牌抢庄" this.jushu = new Text(); this.jushu.fontSize = 20; this.jushu.pos(160, 130); this.jushu.text="2/8局" t...

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

276. laya.d3.core.material.BaseMaterial [ 74%]

...rial  _addReference(count:int = 1):void[override] BaseMaterial  _parse(data:*, propertyParams:Object = null, constructParams:Array = null):BaseMaterial[static] BaseMaterial  _removeReference(count:int = 1):void[override] BaseMaterial  clone():* 克隆。 BaseMaterial  cloneTo(destObject:*)...

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

277. 如何让发布后的H5加载资源用src或href指向本地路径,而不是网络请求 [ 74%]

...licy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https.   load(url) {             var me = this;             url = URL.formatURL(url);             this.url = url;             this.audio...

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

278. lib/arm/liblayaair.so 总是崩溃 [ 74%]

...YWTJ*****: 1534212988ahwzdht5 08-14 10:57:48.623 22228-22268/? I/YWTJ----: data_type=2&unique_id=1534212988ahwzdht5&user_id=63527&data=9344eb96985e440244f92533fe3718444744eb565c5e44020a0e000b040a0e0b05010b0e064744be955e5f9bbf5a5c5e440244f92533fe3718f91436fe1933f5272af56e38444744be955e5f9...

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

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

...(handler!=null){ return handler; } }  return null; } public function Send(data:String):void { socket.send(data); } private function onSocketOpen(e:*=null):void { trace("Service connection successful!"); MsgManger.SendMsg("SockeConnetSucc"); } private function onSocketClose(e:*=null):void { trace("S...

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

280. laya.filters.webgl.ColorFilterActionGL [ 74%]

... Public Properties Show Inherited Public Properties PropertyDefined By  data : ColorFilterColorFilterActionGL typeMix : int[read-only] FilterActionGLPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By  ColorFilterActionGL()ColorFilterActionGL apply(src...

来源: laya_api 发布时间: 20170929