Hi, you can find more details here and here:
The settingsGroupName
doesn’t impact its properties directly, you could name the group "RedZones"
for example for the exact same effect.
When calling bindToGroup
, if the settingsGroupName
hasn’t been created before it automatically creates it internally for you. There’s only one property right now, onlyEnterOnceExitedAll
, which defaults to true
.
We’ve designed it this way in case we wish to add additional properties in the future.