groupsAlwaysMove property
bool
get
groupsAlwaysMove
Determines whether or not Groups will ensure their member Parts always move, even if those member parts have Part#copyable and Part#movable set to false. By default this property is true.
Implementation
_i2.bool get groupsAlwaysMove => _i4.getProperty(
this,
'groupsAlwaysMove',
);
set
groupsAlwaysMove
(bool value)
Implementation
set groupsAlwaysMove(_i2.bool value) {
_i4.setProperty(
this,
'groupsAlwaysMove',
value,
);
}