zimjs 18.0.5 → 18.0.6
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/package.json
CHANGED
|
@@ -215,6 +215,8 @@ declare namespace zim {
|
|
|
215
215
|
contactEnd(call: Function): this
|
|
216
216
|
noContact(): this
|
|
217
217
|
noContactEnd(): this
|
|
218
|
+
puppet(o: DisplayObject): this
|
|
219
|
+
noPuppet(): this
|
|
218
220
|
hitTestPoint(x: number, y: number, boundsCheck?: boolean): boolean
|
|
219
221
|
hitTestReg(other: DisplayObject): boolean
|
|
220
222
|
hitTestRect(other: DisplayObject, num?: number, boundsCheck?: boolean, inside?: boolean): boolean
|