groupsSnapMembers property

bool get groupsSnapMembers

Determines whether or not Groups will snap their member Parts in addition to themselves when moving. By default this property is false.

Implementation

_i2.bool get groupsSnapMembers => _i4.getProperty(
      this,
      'groupsSnapMembers',
    );
set groupsSnapMembers (bool value)

Implementation

set groupsSnapMembers(_i2.bool value) {
  _i4.setProperty(
    this,
    'groupsSnapMembers',
    value,
  );
}