// retrieve all Atoms with the "-static" postfix.
SuperController.singleton.GetAtomUIDs().Where(str => str.Contains(name + "-static"));
// (inside of a loop,) make each found Atom's controller static
atom.mainController.canGrabPosition = false;
atom.mainController.canGrabRotation = false;
atom.mainController.currentPositionState = FreeControllerV3.PositionState.Lock;
atom.mainController.currentRotationState = FreeControllerV3.RotationState.Lock;