- WorldManifold 类型
- 索引
- 属性(properties)
- 索引
- Details
- 属性(properties)
- points
- normal
- 属性(properties)
WorldManifold 类型
模块: cc
索引
属性(properties)
points
[Vec2]
碰撞点集合normal
Vec2
世界坐标系下由 A 指向 B 的向量
Details
属性(properties)
points
碰撞点集合
meta | description |
---|---|
类型 | [Vec2] |
定义于 | cocos2d/core/physics/CCPhysicsContact.js:46 |
normal
世界坐标系下由 A 指向 B 的向量
meta | description |
---|---|
类型 | Vec2 |
定义于 | cocos2d/core/physics/CCPhysicsContact.js:63 |