inputEnableChildren : boolean
A Group with inputEnableChildren
set to true
will automatically call inputEnabled = true
on any children added to, or created by, this Group.
If there are children already in the Group at the time you set this property, they are not changed.
- Source code: core/Group.js (Line 149)
Please login to continue.