• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 437 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0047 秒)

421. laya.physics.CircleCollider_API3.0 [ 47%]

... "laya/physics/CircleCollider" CircleCollider Class CircleCollider 2D圆形碰撞 Hierarchy ColliderBase CircleCollider Index Constructors constructor Properties _extra _singleton fixture label owner rigidBody runInEditor scriptPath Accessors awaked density destroyed enabled friction hideFlags id...

来源: Laya3.0_api 发布时间: 20231115

422. 我用matter.js渲染一个篮球, 但是不会自动旋转.. 这个怎么设置呢? [ 47%]

...先登录 发起人 godssl 相关问题 sprite旋转以后,但是原来碰撞检测rect没有旋转 2.0一不小心删了bin目录下的某个场景json文件。。竟然无法自动生成了? TS项目使用matter.js库无智能提示 有什么容器能够实现当子元素达到显示上限后...

来源: Laya_社区 发布时间: 20170704

423. laya.physics.EdgeCollider_API3.0 [ 47%]

...lobals "laya/physics/EdgeCollider" EdgeCollider Class EdgeCollider 2D边框碰撞 Hierarchy ColliderBase EdgeCollider Index Constructors constructor Properties _extra _singleton fixture label owner rigidBody runInEditor scriptPath Accessors awaked density destroyed enabled friction hideFlags id i...

来源: Laya3.0_api 发布时间: 20231115

424. laya.physics.BoxCollider_API3.0 [ 46%]

...u Globals "laya/physics/BoxCollider" BoxCollider Class BoxCollider 2D矩形碰撞 Hierarchy ColliderBase BoxCollider Index Constructors constructor Properties _extra _singleton fixture label owner rigidBody runInEditor scriptPath Accessors awaked density destroyed enabled friction height hideFlag...

来源: Laya3.0_api 发布时间: 20231115

425. box2d动态创建绑定多个关节报错 Node:the component is singleton,can't add the second one. [ 46%]

...n't add the second one. 需求:模拟粘性小球,与任何物发生碰撞后,在容器内动态创建多个DistanceJoint 与多个不同rigBody做距离关系绑定 代码片段:  onTriggerEnter(other: any, self: any, contact: any) {  let pointes = contact.getHitInfo().points;  let p...

来源: Laya_社区 发布时间: 20190609

426. laya.physics.PolygonCollider_API3.0 [ 46%]

.../physics/PolygonCollider" PolygonCollider Class PolygonCollider 2D多边形碰撞,暂时不支持凹多边形,如果是凹多边形,先手动拆分为多个凸多边形 节点个数最多是b2_maxPolygonVertices,这数值默认是8,所以点的数量不建议超过8个,也不能小于...

来源: Laya3.0_api 发布时间: 20231115

427. webgl模式下对Panel组件旋转时Panel子对象显示错误的BUG! [ 46%]

...新回复 发起人 Victor 相关问题 sprite旋转以后,但是原来碰撞检测rect没有旋转 两个对象new了一个相同的对象,调用第一个的一个方法,走进了第二方法里 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main targ...

来源: Laya_社区 发布时间: 20170814

428. laya.physics.ChainCollider_API3.0 [ 46%]

...als "laya/physics/ChainCollider" ChainCollider Class ChainCollider 2D线形碰撞 Hierarchy ColliderBase ChainCollider Index Constructors constructor Properties _extra _singleton fixture label owner rigidBody runInEditor scriptPath Accessors awaked density destroyed enabled friction hideFlags id ...

来源: Laya3.0_api 发布时间: 20231115

429. 使用3D摄像机 · LayaAir3.0文档 · LAYABOX [ 43%]

...this, this.onMouseDown); //鼠标点下事件,处理发射射线,检测碰撞 onMouseDown(e: Laya.Event) { let point = new Laya.Vector2(); point.x = Laya.stage.mouseX; point.y = Laya.stage.mouseY; //产生射线 let ray = new Laya.Ray(new Laya.Vector3(0, 0, 0), new Laya.Vector3(0, 0, 0)); ...

来源: Laya3.0_文档 发布时间: 20231214

430. 怎么让Laya.stage不接受穿透而来的事件?给Laya.stage监听了MOUSE_UP事件,当点击舞台上按钮的时候,不仅会触发按钮的事件,同时也触发了Laya.stage的MOUSE_UP事件。 [ 43%]

...canvas定位后 点击区域偏移,求大大们解答 求指点3d射线碰撞和UI点击穿透的问题 Animation如何加点击事件 点击代码编辑模器 就提示无法打开代码编辑器 请配置 这个怎么解决? 问题状态 最新活动: 2018-12-19 03:51 浏览: 2688 关注: 5 ...

来源: Laya_社区 发布时间: 20180418