@terra.gl/core 0.0.1-alpha.16 → 0.0.1-alpha.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1741 -1754
- package/dist/index.umd.cjs +13 -13
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1100,7 +1100,7 @@ declare abstract class Feature extends Feature_base implements ICollidable {
|
|
|
1100
1100
|
* @param config - 碰撞配置选项
|
|
1101
1101
|
* @returns 当前要素实例(支持链式调用)
|
|
1102
1102
|
*/
|
|
1103
|
-
setCollisionConfig(config: Partial<typeof
|
|
1103
|
+
setCollisionConfig(config: Partial<typeof this._collisionConfig>): this;
|
|
1104
1104
|
/**
|
|
1105
1105
|
* 启用碰撞检测
|
|
1106
1106
|
*
|