大约有 797 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0071 秒)
Laya_社区(443) Laya3.0_api(103) Laya2.0_api(58) laya_api(54) Laya2.0_文档(49) Laya_示例(39) Laya2.0_示例(33) Laya3.0_文档(18)
Laya2.0 extends Array 有问题。 新建一个class A 继承array, 写入自己的方法,new A , 无法调用A内自己写入的方法 附件 : --> testarray.zip 2019-03-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1...
来源: Laya_社区 发布时间: 20190301
...ader.JSON json JSON类型 Laya.Loader.XML xml XML类型 Laya.Loader.BUFFER arraybuffer 二进制类型 Laya.Loader.IMAGE image 纹理类型 Laya.Loader.SOUND sound 声音类型 Laya.Loader.VIDEO video 视频类型 Laya.Loader.ATLAS atlas 图集类型,加载完成后返回图集json信息(并创建...
来源: Laya3.0_文档 发布时间: 20251010
... //世界矩阵 Matrix4x4elements: Float32Array[16]0: 0.85106498003005981: 02: 03: 04: 05: 0.85106498003005986: 07: 08: 09: 010: 0.851064980030059811: 012: 331.600006103515613: -5.099999944384835e-1414: -3.03830003738403315: 1buffer: (...)byteLength: (...)byteOffset:...
来源: Laya_社区 发布时间: 20170323
...能?//数组:这种写法不正确 求给一个正确的写法 var arr:Array = new Array(); arr[0] =new Object(url:"image jpg/a/a{0001}.jpg", total:25,music:"music/a.mp3"); arr[1] =new Object(url:"image jpg/b/b{0001}.jpg", total:35,music:"music/b.mp3"); arr[2] =new Object(url:"image jpg/c/c{0001...
来源: Laya_社区 发布时间: 20160505
能不能增加Array的部分方法,比如shift,unshift,removeAt? 2017-11-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 fftidus 赞同来自: Uncaught TypeError: arr.shift is not a function 2017-11-21 0 0 ...
来源: Laya_社区 发布时间: 20171121
...ath _getParentNodeByHierarchyPath billboardTrans createAffineTransformationArray getURLVerion mulMatrixByArray mulMatrixByArrayAndMatrixFast mulMatrixByArrayFast quaternionWeight transformQuat transformVector3ArrayByQuat transformVector3ArrayToVector3ArrayCoordinate transformVector3ArrayToVector3Arr...
来源: Laya3.0_api 发布时间: 20231115
Array没有SortOn方法? Array没有SortOn方法? 2017-01-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: js下没有sortOn方法,有sort方法:http://ask.layabox.com/question/3...
来源: Laya_社区 发布时间: 20170117
...tChildByName("waken") as Laya.Image; var imageSprite:Laya.Sprite; var uint8Array:Uint8Array = imageNode.source.bitmap.getPixels(); //console.log("0000000000000 == " + uint8Array.length); imageNode.source.bitmap.setPixels(uint8Array,0); 附件 : --> 2019-09-23 3 条评论 悬赏 --> 分享 微博 ...
来源: Laya_社区 发布时间: 20190923
...console.log("str.length*2:" + str.length*2); var b = new ArrayBuffer(20 + str.length*2); var dv = new DataView(b, 0); dv.setUint16(0, str.length*2, false); dv.setUint16(2, 0, false); dv.setUint16(4, 0, false); ...
来源: Laya_社区 发布时间: 20170628
...INSTANCETYPE_ATTRIBUTE INSTANCETYPE_UNIFORMBUFFER Methods clear getPropertyArray setNumberArray setVector2Array setVector3Array setVectorArray Constructors constructor new MaterialInstancePropertyBlock(): MaterialInstancePropertyBlock Defined in laya/d3/core/render/command/MaterialInstancePropertyBl...
来源: Laya3.0_api 发布时间: 20231115