大约有 6,598 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0103 秒)
Laya_社区(5247) Laya3.0_api(482) Laya2.0_文档(363) Laya_示例(154) Laya2.0_示例(116) Laya3.0_文档(105) Laya2.0_api(67) laya_api(64)
...mPoint transformPointN translate create mul mul16 Constructors constructor new Matrix(a?: number, b?: number, c?: number, d?: number, tx?: number, ty?: number, nums?: number): Matrix Defined in laya/maths/Matrix.ts:30 使用指定参数创建新的 Matrix 对象。 Parameters Default value a: number...
来源: Laya3.0_api 发布时间: 20231115
...ormal uint8ArrayToArrayBuffer Properties Static _tempV0 _tempV0: Vector3 = new Vector3() Defined in laya/d3/utils/Utils3D.ts:153 Static _tempV1 _tempV1: Vector3 = new Vector3() Defined in laya/d3/utils/Utils3D.ts:154 Methods Static PointinTriangle PointinTriangle(A: Vector3, B: Vector3, C: Vector3, ...
来源: Laya3.0_api 发布时间: 20231115
...被锁定, 无法添加新回复 发起人 lvfy 相关问题 两个对象new了一个相同的对象,调用第一个的一个方法,走进了第二方法里 2.0一不小心删了bin目录下的某个场景json文件。。竟然无法自动生成了? 加载到舞台的3D模型不显示贴图 ...
来源: Laya_社区 发布时间: 20171012
...为 es 编译,会出现 Class constructor XXX cannot be invoked without 'new'。 真机黑屏查了4个小时才查到原因,花了1个多小时改代码(之前很多地方都使用的 async/await ,而且全部改为 promise,没有 async/await 可读性以及维护性强) 相关参考...
来源: Laya_社区 发布时间: 20191101
...d.alone.version/main.min.js:1: ReferenceError: createApes is not defined i=new RunGame;Laya.stage.addChild(i)}!function(){createApes()}(function(){function i(){this.BG_WIDT ReferenceError: createApes is not defined at BG_WIDTH (http://stand.alone.version/main.min.js:1:149) at eval (http://stand.alon...
来源: Laya_社区 发布时间: 20180108
... 要回复问题请先登录 发起人 达摩鱼 相关问题 两个对象new了一个相同的对象,调用第一个的一个方法,走进了第二方法里 Layaair IDE的帧属性面板不见了 LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) 关于微...
来源: Laya_社区 发布时间: 20180728
... QZONE 微信 fool_tiger 赞同来自: 我就是用代码写的 var _txt=new Label(); _txt.font="lishu"; _txt.fontSize = 18; _txt.color="#000000"; _txt.text="是时晋武之世,寺庙图像,虽崇京...
来源: Laya_社区 发布时间: 20180131
...nt getAttrString getNode parse reset setAttribute Constructors constructor new XML(XmlString?: string): XML Defined in laya/html/XML.ts:9 Parameters Optional XmlString: string Returns XML Properties name name: string Defined in laya/html/XML.ts:5 text text: string Defined in laya/html/XML.ts:6 Acces...
来源: Laya3.0_api 发布时间: 20231115
...re._aniClipIndex = index; armature._curOriginalData = new Float32Array(armature._templet.getTotalkeyframesLength(index)); } let graphics = armature._getGrahicsDataWithCache(index, frame); graphics ? armature.graphics = graphics : armatur...
来源: Laya_社区 发布时间: 20181115
...Ray进行碰撞检测么? var outHitAllInfo:Vector.<RaycastHit> = new Vector.<RaycastHit>(); point.elements[0] = MouseManager.instance.mouseX; point.elements[1] = MouseManager.instance.mouseY; ray.direction.x = 0; ray.direction.y = 0; ray.direction.z = 0; ray.origin.x = 0; ray.origin.y...
来源: Laya_社区 发布时间: 20171017