大约有 412 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0036 秒)
Laya_社区(172) Laya3.0_api(85) Laya3.0_文档(67) Laya2.0_api(43) laya_api(23) Laya2.0_文档(21) Laya2.0_示例(1)
...,会报这个错:node._setParent is not a function this.imageBg = this.owner.getChildByName("image_bg"); console.log("this.imageBg==="+this.imageBg); for (let iColumns = 1; iColumns < this.intColumns; iColumns++) { this.arrLove[iColumns] = []; for (let iRows = 1; iRows < this.intRows; iRow...
来源: Laya_社区 发布时间: 20190625
...同来自: /**获取动画 */ public getAni(): void { this.ani = this.owner.sprite3d.getComponent(Laya.Animator); let all = 486; let arr = ["3,21,run,true", "29,59,wolk,true", "70,120,cheer,true", "125,380,dance,true", "393,440,forerake,false", "443,485,backward,true"]; let state: Laya.AnimatorSt...
来源: Laya_社区 发布时间: 20190802
...forceActivationState(5); var flags=btColObj.getCollisionFlags(); if ((this.owner).isStatic){ if ((flags & 2)> 0) flags=flags ^ 2; flags=flags | 1; }else { if ((flags & 1)> 0) flags=flags ^ 1; flags=flags | 2; } btColObj.setCollisionFlags(flags); this._nativeColliderObject=btColObj; _su...
来源: Laya_社区 发布时间: 20190321
...连接刚体,可不设置,默认为左上角空刚体PrismaticJoint owner : Node [只读]获取所属Node节点。 Component selfBody : RigidBody[首次设置有效]关节的自身刚体PrismaticJoint upperTranslation : Number启用约束后,刚体移动范围的上限,是距离anchor...
来源: Laya2.0_api 发布时间: 20190513
...sition.y = this.touch.position.y; //根据移动的距离进行旋转 this.owner.transform.rotate(new Laya.Vector3(1 * deltaY /2, 1 * deltaX / 2, 0), true, false); } } else if (2 === touchCount){ this._text.text = "触控点为2"; this.isTwoTouch = true; //获取两个触碰点 var touch = this._sce...
来源: Laya2.0_文档 发布时间: 20210715
...sition.y = this.touch.position.y; //根据移动的距离进行旋转 this.owner.transform.rotate(new Laya.Vector3(1 * deltaY /2, 1 * deltaX / 2, 0), true, false); } } else if (2 === touchCount){ this._text.text = "触控点为2"; this.isTwoTouch = true; //获取两个触碰点 var touch = this._sce...
来源: Laya2.0_文档 发布时间: 20210715
... public animator:Laya.Animator = null; public Init(){ this.sprite = this.owner as Laya.Sprite3D; this.animator = this.sprite.getComponent(Laya.Animator) as Laya.Animator; console.log("11"); } public RoleMove(dir:Laya.Vector3) { let norDir:Laya.Vector3 = Laya.Vector3.ZERO; Laya.Vector3.normalize(...
来源: Laya_社区 发布时间: 20191026
... this.text.align = "center"; this.text.y = 20; this.text.centerX = 0; this.owner.addChild(this.text); } /** * 发起HTTP连接请求 */ private connect(): void { //创建HttpRequest对象 this.hr = new HttpRequest(); //请求响应的进度改变时触发 this.hr.on(Event.PROGRESS, this, this.onHttp...
来源: Laya3.0_文档 发布时间: 20251010
... QZONE 微信 Laya_Aaron 赞同来自: 可以在sript脚本里 通过 this.owner.getchildbyname("xx") 方式获取stage上的节点, runtime 脚本可以直接this.xx获取 可视化属性可以参照 https://ldc2.layabox.com/doc/?nav=zh-ts-3-4-0 文档中的方法,按照方法中的格式...
来源: Laya_社区 发布时间: 20181210
...是不行。。。。。醉了 Uncaught TypeError: Cannot read property 'owner' of null at AnimationTransform3D.__proto._setLocalRotation (laya.d3.js:17222) at Array.AnimationNode._setLocalRotation (laya.d3.js:340) at Animator.__proto._onAnimationStop (laya.d3.js:22674) at Animator.__proto._updatePl...
来源: Laya_社区 发布时间: 20180115