Skip to content

Commit e2daa21

Browse files
authored
Update Drawable.js
1 parent f212ef8 commit e2daa21

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/Drawable.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,12 @@ class Drawable {
130130
this.isTouching = this._isTouchingNever;
131131

132132
this._highQuality = false;
133+
134+
/**
135+
* If false, this drawable will be ignored by pick() by default.
136+
* The drawable may still be considered by pick() if its ID is explicitly given to pick().
137+
*/
138+
this.interactive = true;
133139
}
134140

135141
setHighQuality (highQuality) {

0 commit comments

Comments
 (0)