Skip to content

Commit b18183f

Browse files
committed
Added docs
1 parent fa2e274 commit b18183f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/input/CreateInteractiveObject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @property {boolean} enabled - Is this Interactive Object currently enabled for input events?
2323
* @property {boolean} draggable - Is this Interactive Object draggable? Enable with `InputPlugin.setDraggable`.
2424
* @property {boolean} dropZone - Is this Interactive Object a drag-targets drop zone? Set when the object is created.
25-
* @property {?Phaser.GameObjects.GameObject} target - [description]
25+
* @property {?Phaser.GameObjects.GameObject} target - An optional drop target for a draggable Interactive Object.
2626
* @property {Phaser.Cameras.Scene2D.Camera} camera - The most recent Camera to be tested against this Interactive Object.
2727
* @property {any} hitArea - The hit area for this Interactive Object. Typically a geometry shape, like a Rectangle or Circle.
2828
* @property {HitAreaCallback} hitAreaCallback - The 'contains' check callback that the hit area shape will use for all hit tests.

0 commit comments

Comments
 (0)