大约有 75 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0035 秒)
... Laya.stage.addChild(img2); sp=img2; img2.addComponent(BoxCollider); (img2.getComponent(BoxCollider) as BoxCollider).width=256; (img2.getComponent(BoxCollider) as BoxCollider).height=256; img2.addComponent(RigidBody); img.addComponent(BoxCollider); (img.getComponent(BoxCollider) as BoxCollider).widt...
来源: Laya_社区 发布时间: 20200217
Laya中如何获取组件中的脚本,类似于unity里的getcomponent<>(); 不知道Laya中的那个属性可以完成这样的操作 2018-07-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Aaron1111 ...
来源: Laya_社区 发布时间: 20180720
Getcomponent 报错Uncaught (in promise) TypeError: Right-hand side of 'instanceof' is not an object 有复现工程 附件 : --> Laya2DTest.zip 2023-07-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 layabox...
来源: Laya_社区 发布时间: 20230703
...Laya.RigidBody['objs'][i]; if(element) if(element.owner){ if(element.owner.getComponent(Laya.CircleCollider)){return} if(element.owner.getComponent(Laya.BoxCollider)){ element['_sysPosToPhysic'](); element.owner.getComponent(Laya.BoxCollider)['resetShape'](); element['resetCollider'](); element.owne...
来源: Laya_社区 发布时间: 20200807
...ggerEnter(e:Laya.RigidBody):void{ var cil:Laya.CircleCollider=this.owner.getComponent(Laya.CircleCollider); var rig:Laya.RigidBody=this.owner.getComponent(Laya.RigidBody); cil.enabled=false; rig.enabled=false; var self:Laya.Sprite= this.owner as Laya.Sprite; var ni:Laya.Animation=new Laya.Animatio...
来源: Laya_社区 发布时间: 20190721
... } onAwake() { let rig:Laya.RigidBody=this.owner.getComponent(Laya.RigidBody); var lala=UIcontrol.FUI.bg.getComponent(Laya.RigidBody); this.rope=this.owner.getComponent(Laya.RopeJoint); this.rope.otherBody=lala; console.log(la...
来源: Laya_社区 发布时间: 20220413
...llider,使用代码更改属性points,则报错 var chains=this.sprite.getComponent(Laya.ChainCollider); (chains as Laya.ChainCollider).points="25,25,50,50"; 2018-11-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个...
来源: Laya_社区 发布时间: 20181128
...Prafab加了.SphereCollider 和rigidbody,但是在laya里我只能获取到getComponent(Laya.Rigidbody3D);而getComponent(Laya.SphereColliderShape)却是空值。咋回事呢 2020-12-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接...
来源: Laya_社区 发布时间: 20201217
...scale TS项目使用matter.js库无智能提示 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 微信小游戏如何使用ttf字体? 请问2.0的版本开始,我用ts编写的相关内容,...
来源: Laya_社区 发布时间: 20181125
...:PhysicsCollider = this.basketballCourt.getChildByName("BasketballCourt1").getComponent(PhysicsCollider); collision.restitution = 0.1; this.ball = this.scene3D.getChildByName("Ball") as Sprite3D; this.ball.addComponent(BallScript2) BallScript2 onAwake this.ball = this.owner as Sprite3D; thi...
来源: Laya_社区 发布时间: 20200512