File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments