大约有 36 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0055 秒)
onTriggerEnter判断和输出的other.name不正确 角色身上的onTriggerEnter 碰到球。 输出的other.name为 undefined. 球身上的onTriggerEnter 碰到地面trigger 输出other.name为 down ,这个没有问题。但是球碰到人物。 也是输出 down。 这就有问题了 附...
来源: Laya_社区 发布时间: 20220804
... _proto.onStart = function(){ console.log(111111122222); $("#fileInput").trigger('click'); } 可以打印数字,但是触发不了input控件。 <input id="fileInput" type="file" accept="image/*" style="display: none;" onchange="filechage(this.files)"> 2017-06-26 添加评论 免费帖 --> ...
来源: Laya_社区 发布时间: 20170626
...度并不是特别小. a11a • 2020-03-09 14:18 你在FlyItem里添加 onTriggerEnter(other: any, self: any, contact: any): void { let rig: Laya.RigidBody = this.owner.getComponent(Laya.RigidBody) as Laya.RigidBody; let velocity = rig.linearVelocity; console.log(velocity) } 你把初始弹射改成...
来源: Laya_社区 发布时间: 20200307
...做愤怒的小鸟游戏时,需要获取碰撞的冲量强度,但是onTrigger函数里找不到相关的数据,里面的数据好像是碰撞后的结果,而没有包含动量传递的数值。请问该如何获取到这个想信息呢? https://ask.layabox.com/question/40566 2021-10-21 0 0...
来源: Laya_社区 发布时间: 20211010
...出的说明 | | ---------------------- | ------------------------- | | Is Trigger(是触发器) | 支持 | | Center(中心点位置) | 支持(包括:X、Y、Z) | | Size(大小) | 支持(包括:X、Y、Z) | ##### 4.9.3 球形碰撞体组件Sphere Collider ![img](img/4.9-3.png...
来源: Laya2.0_文档 发布时间: 20210714
...具体规则会在下面的物理生命周期章节介绍 当触发器`isTrigger`设置为true时,或者在Unity的碰撞体组件那里勾选`Is Trigger`并导出使用时,如图3-2所示。触发器即可设置生效。 ![img](img/3-2.png) (图3-2) 通过代码设置触发器的方式: `...
来源: Laya2.0_文档 发布时间: 20210715