We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f212ef8 commit e2daa21Copy full SHA for e2daa21
1 file changed
src/Drawable.js
@@ -130,6 +130,12 @@ class Drawable {
130
this.isTouching = this._isTouchingNever;
131
132
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;
139
}
140
141
setHighQuality (highQuality) {
0 commit comments