大约有 1 项符合查询结果, 库内数据总量为 30,789 项。 (搜索耗时: 0.0016 秒)
...llet extends Laya.Script { constructor() { super(); } onEnable(): void { //设置初始速度 let rig: Laya.RigidBody = this.owner.getComponent(Laya.RigidBody); rig.setVelocity({ x: 0, y: -10 }); } onTriggerEnter(other: any, self: any, contact: any): void { //如果被碰到,则移除子弹 this.o...
来源: Laya3.0_文档 发布时间: 20241014