grinmonk Posted May 4, 2018 Share Posted May 4, 2018 this.inputEnableChildren = true; this.onChildInputDown.add(() => this.onClick.dispatch(this)); I use the code above to track input on my Group. But when I cache the Group: this.cacheAsBitmap = true; ...the signal stops working. Is there a way to handle input on a cached Group? Link to comment Share on other sites More sharing options...
Recommended Posts